<?php
// 今天
$today = date('Ymd');
// 本月第一天
$this_first_day = date('Ym01');
// 上个月第一天
$last_first_day = date('Ym01',strtotime(date('Ym01', strtotime($today)).' -1 month'));
$date = date('Ymd'); #今天日期
$sdate = strtotime($date); #今天00:00时间缀
$edate = strtotime("$date+1day"); #明天00:00时间缀
本文转自 Lee_吉 博客,原文链接: http://blog.51cto.com/12173069/1982164 如需转载请自行联系原作者