Tuesday, May 25, 2010

Show next day from a date value in PHP



$date = date("Y-m-d");

echo date('Y-m-d',strtotime("+1 day",strtotime($date)));

No comments:

Post a Comment