Is there any function or trick in php or mysql to get the next date when you enter a date.
Input = 2008-04-21
Return = 2008-04-22
Should work for all dates/years. like -
Last day of the Month, Last Day of the Year, Leap Years ?
Is there any direct function to this or would have have to code this calander totally ?