Have an account? Sign in
Login  Register  Facebook
Get date of Monday in current week
Hi,
I need to find the date of Monday in the current week, whats the best way of doing this in php 4?
Thanks
Started: September 17, 2011 Latest Activity: September 17, 2011 php
1 Answer
Try this:
 echo strtotime (\'last monday\', strtotime(\'next sunday\'));

Posted: is_set
In: September 17, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer