ShuanghongS il y a 1 an
Parent
commit
da279edac3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');