Re: All Monday's & Thursdays



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@xxxxxxxxxxxxx> wrote in message
news:44a31928$0$82130$dbd41001@xxxxxxxxxxxxxxxxxx
Janwillem Borleffs wrote:
$day = date('D', $ts = strtotime('thursday', $ts));


This should read:

$ts = strtotime('thursday', $ts);


JW



.