正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
@@ -27,6 +27,10 @@ class AdminStatisticsController extends AdminBaseController{ | @@ -27,6 +27,10 @@ class AdminStatisticsController extends AdminBaseController{ | ||
27 | 27 | ||
28 | public function index(){ | 28 | public function index(){ |
29 | 29 | ||
30 | + $week = strtotime("last Sunday");//把周日当做是一个礼拜的开始,如果想把周一当做是一个礼拜的开始,就把Sunday换成Mondy | ||
31 | + echo date('Y-m-d H:i:s',$week); | ||
32 | + | ||
33 | + | ||
30 | return $this->fetch(); | 34 | return $this->fetch(); |
31 | } | 35 | } |
32 | 36 |
-
请 注册 或 登录 后发表评论