how to add a day in a date? Noob question
Moderator: General Moderators
how to add a day in a date? Noob question
hi, in new in php, i dont now how to add a day in a date. please help me. thnx
Re: how to add a day in a date? Noob question
Do you mean you want to find the date of the day after anther date? Eg...
Code: Select all
$date = strtotime("2008-10-31 +1 day");