the following code.
strtotime("first saturday", strtotime("+2 month"));
Is working correctly but with the months of April +2 month
, October + 8 month
, and December + 10 month
is giving the second saturday in that month not the first.
Any ideas what is causing it and how to stop it.
Marvellous