|
Posted by Jerry Stuckle on 05/10/05 15:21
Ewoud Dronkert wrote:
> On Tue, 10 May 2005 16:09:46 +0800, Adam Harvey wrote:
>
>>$monday = strtotime('last monday', $ts);
>
>
> Except that for Mondays, it returns the previous Monday.
>
>
Just move ahead a day...
$monday = strtotime('last monday', $ts+24*60*60);
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|