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

thinkphp关于时间加减几天

时间:2014-12-06 15:16:23      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:sp   2014   bs   时间   nbsp   php   date   tr   thinkphp   

1.当前时间,往后退5天: date(‘Y-m-d H:i:s‘,strtotime(‘-1 days‘));

2.有固定时间,往后面退一天或者七天,或者30天:

比如时间:$time = 2014-12-05 14:48:59

往后推一天:$time_sp=strtotime($time); //转化为时间戳

date(‘Y-m-d H:i:s‘,strtotime(‘-1 day ‘,$time_sp));

 

thinkphp关于时间加减几天

标签:sp   2014   bs   时间   nbsp   php   date   tr   thinkphp   

原文地址:http://www.cnblogs.com/kobigood/p/4148245.html

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