Why don’t you make that a proper date like 2010-03-01 instead of hoping strtotime knows what you want.
Seems 2010XX will just give todays date (where xx are numbers)
I’m trying to grab the day# the calendar is running at the moment.
$i is my little counter of the day# going by. not sure how to define it as always 2 positions/places. can you help?
are you saying if I can get $cal_date expressed like 2010-3-1, then strtotime will understand? yes or no please.
PLUS…
the bottom line here is I think I have to get $start_date and $calendar_date to play together nice so I can do the $datediff thing. am I going about this the hard way?