使用strtotime获取去年上月的日期

语法
strtotime(time,now);
参数/描述
time
必需。规定日期/时间字符串。
now
可选。规定用来计算返回值的时间戳。如果省略该参数,则使用当前时间。
date('Y-m',strtotime('-1 years',strtotime('-1 months')));