ShuanghongS 1 年間 前
コミット
da279edac3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      utils/common.class.php

+ 1 - 1
utils/common.class.php

@@ -1125,7 +1125,7 @@ class common {
             //ETD
             $_12MonthsAgoTimestamp = strtotime('-11 months');
             $etd_date_start = date('Y-m', $_12MonthsAgoTimestamp);
-            $etd_date_end = date('Y-m-d');
+            $etd_date_end = date('Y-m');
             $etd_date_start_two = date('m/Y', $_12MonthsAgoTimestamp);
             $etd_date_end_two = date('m/Y');