ShuanghongS 1 年之前
父節點
當前提交
d6d4568bc8
共有 1 個文件被更改,包括 3 次插入3 次删除
  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);