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);