Williammer
5/7/2014 - 10:26 AM

php.useDate.php - by far the most convenient date method I used in php.

php.useDate.php - by far the most convenient date method I used in php.

//get certain date.
$date_case = strtotime('+1 month', strtotime('201405071011'));
$month_later = date('YmdHi', $date_case);