码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-09-09 20:21:48      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:

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

技术分享

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

标签:

原文地址:http://www.cnblogs.com/gentsir/p/5857766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!