chengwl 4 tahun lalu
induk
melakukan
636bb0c720
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      controllers/IndexController.php

+ 1 - 0
controllers/IndexController.php

@@ -28,6 +28,7 @@ class IndexController extends \app\controllers\HomeController
         $storeSellData=$ga->storeSellData($store,$start_day,$end_day,'week');
         foreach($storeSellData as $v){
            $timestr=$v['year']."W".$v['week'];    
+           echo $v['week']."<br/>";
            $time=date("Y-m-d",\strtotime($timestr));       
            echo $time."<br/>";