Re: [PHP] First Day of Week

2003-11-24 Thread Marek Kilimajer
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.

RE: [PHP] First Day of Week

2003-11-24 Thread Jay Blanchard
[snip] Given any particular date, how can I find out what the first date of that week is i.e. the Monday of that week? [/snip] http://www.php.net/date Also, this has been explored in the archives on numerous occasions. The archives are located [FROM THE NEWBIE GUIDE] 3. Glancing through the list