sql/GenerateReportData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis`
authorTim Otten <totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000 (17:54 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000 (17:54 -0700)
sql/GenerateReportData.php

index 765c1488d238b4390b250cc5b9e1ca132ac54981..b29982b5bf741ec79f255a97ea4c4343bf72fbe1 100644 (file)
@@ -352,7 +352,7 @@ class CRM_GCD {
     // number of seconds for 2 year
     $numSecond = 63072000;
 
-    $dateFormat = "Ymdhis";
+    $dateFormat = "YmdHis";
     $today = time();
 
     // both are defined