I have a date returned as part of a mySQL query in the form 2010-09-17
2010-09-17
I would like to set the variables $Date2 to $Date5 as follows:
$Dat
All have to use bellow code:
$nday = time() + ( 24 * 60 * 60); echo 'Now: '. date('Y-m-d') ."\n"; echo 'Next Day: '. date('Y-m-d', $nday) ."\n";