标签: php strtotime
脚本
$now = date('Y-m-d'); // 2017-06-30 echo date('Y-m', strtotime(' -5 month')); //2017-01 echo date('Y-m', strtotime(' -4 month')); //2017-03