ShuanghongS 1 vuosi sitten
vanhempi
commit
da279edac3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');