display days of current week i php code example
Example 1: get current year php
<?php echo date("Y"); ?>
Example 2: javascript get current day of month
new Date().getDate();//gets day of month (1-31)
<?php echo date("Y"); ?>
new Date().getDate();//gets day of month (1-31)