Shaun wrote:
Hi,

Given any particular date, how can I find out what the first date of that
week is i.e. the Monday of that week?

Thanks for your help


This will get you started:


strtotime('monday', $timestamp);

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to