Just a little script I wrote to work out the date of the first day of the week.
First date of week is ";
echo date('Y-m-d',mktime(0,0,0,$monthNow,$day,$yearNow));
echo "";
?>
Just a little script I wrote to work out the date of the first day of the week.
First date of week is ";
echo date('Y-m-d',mktime(0,0,0,$monthNow,$day,$yearNow));
echo "";
?>
You must be logged in to post a comment.