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
1 Answer
Try this:
echo strtotime (\'last monday\', strtotime(\'next sunday\')); Posted: is_set 2 of 2 people found this answer helpful. Did you? Yes No |
© Advanced Web Core. All rights reserved