标签:计算 php time() time str 今天 strtotime 时间 pre
$htime=date(‘H:i:s‘,time());//得到今天的小时数
//$old_time=date(‘Y-m-d H:i:s‘,strtotime(‘-1 day‘));//获得前一天的时间
$old_time=date(‘Y-m-d H:i:s‘,time()-(24+$htime)*60*60);//得到昨日的00点时间
$old_00=date(‘Y-m-d H:i:s‘,time()-($htime+1)*60*60);//得到昨天23点的时间
标签:计算 php time() time str 今天 strtotime 时间 pre
原文地址:http://www.cnblogs.com/qinmei/p/6994330.html