hi..
how can i increment a date
$date= date("m.d.Y");
echo $date;
$next_date = $date+1;
echo $next_date;
Now,it will display 20.05.2008 as date and 21.05 as next_date..
pls tell me how to increment only date by one.
date increment problem
Moderator: General Moderators
Re: date increment problem
There are 10 types of people in this world, those who understand binary and those who don't