From: Tim Otten Date: Fri, 20 May 2016 00:54:32 +0000 (-0700) Subject: sql/GenerateReportData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis` X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=338812fde67f49ecbf9ce9b148002eaf09bbce92;p=civicrm-core.git sql/GenerateReportData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis` --- diff --git a/sql/GenerateReportData.php b/sql/GenerateReportData.php index 765c1488d2..b29982b5bf 100644 --- a/sql/GenerateReportData.php +++ b/sql/GenerateReportData.php @@ -352,7 +352,7 @@ class CRM_GCD { // number of seconds for 2 year $numSecond = 63072000; - $dateFormat = "Ymdhis"; + $dateFormat = "YmdHis"; $today = time(); // both are defined