//本周$day = date('w');$beginTime = date('Y-m-d',strtotime("-{$day}days"));//本月$day = date('d')-1;$beginTime = date('Y-m-d',strtotime("-{$day}days"));