首页  >  文章  >  php教程  >  php自动获取上一个月的起始时间

php自动获取上一个月的起始时间

WBOY
WBOY原创
2016-09-11 11:19:392448浏览

$last_month = date('Y-m', strtotime('last month'));
$last['first'] = $last_month . '-01 00:00:00';
$last['end'] = date(‘Y-m-d H:i:s’, strtotime("$last_month +1 month -1 day +23 hours +59 minutes +59 seconds"));

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn