ShuanghongS 1 năm trước cách đây
mục cha
commit
d6d4568bc8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      utils/common.class.php

+ 3 - 3
utils/common.class.php

@@ -1124,10 +1124,10 @@ class common {
 
             //ETD
             $_12MonthsAgoTimestamp = strtotime('-11 months');
-            $etd_date_start = date('Y-m-d', $_12MonthsAgoTimestamp);
+            $etd_date_start = date('Y-m', $_12MonthsAgoTimestamp);
             $etd_date_end = date('Y-m-d');
-            $etd_date_start_two = date('m/d/Y', $_12MonthsAgoTimestamp);
-            $etd_date_end_two = date('m/d/Y');
+            $etd_date_start_two = date('m/Y', $_12MonthsAgoTimestamp);
+            $etd_date_end_two = date('m/Y');
 
             //柜子
             $ctnr_date_start = date('Y-m', $_12MonthsAgoTimestamp);