|
Posted by Stuart Colman on 06/29/06 22:00
Janwillem,
Thanks for that, almost there. Your code outputs the following:
2006 Jun Thu (01)
2006 Jun Mon (12)
2006 Jun Thu (15)
2006 Jun Mon (26)
2006 Jun Thu (29)
There are a few dates missing from the list, such as Mon 5th, Thu 8th, Mon
19th and Thu 22.
Any ideas how to get these values too?
Thanks
Stuart
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:44a31928$0$82130$dbd41001@news.euronet.nl...
> Janwillem Borleffs wrote:
>> $day = date('D', $ts = strtotime('thursday', $ts));
>>
>
> This should read:
>
> $ts = strtotime('thursday', $ts);
>
>
> JW
>
Navigation:
[Reply to this message]
|