分类:PHP 发布时间:2015-12-04 04:40:00
### 一些常用的时间戳 ``` strtotime('today'); //今天时间戳 strtotime("+1 day"); //一天后时间戳 strtotime("+1 week"); //一周后 strtotime( "this week Monday" ); //本周一时间戳 strtotime( "this week Sunday" ); //本周五时间戳 strtotime('next monday'); //下个周一时间戳 strtotime('last Friday'); //上个周五时间戳 strtotime('last week friday'); 上个星期星期五时间戳 ``` ps:这里要注意下 下个和下周的区别 比如今天是星期一,下个星期五是本周星期五
搜索
文章分类
最新文章