projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52fbf0
)
sql/GenerateReportData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis`
author
Tim Otten
<totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000
(17:54 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000
(17:54 -0700)
sql/GenerateReportData.php
patch
|
blob
|
blame
|
history
diff --git
a/sql/GenerateReportData.php
b/sql/GenerateReportData.php
index 765c1488d238b4390b250cc5b9e1ca132ac54981..b29982b5bf741ec79f255a97ea4c4343bf72fbe1 100644
(file)
--- a/
sql/GenerateReportData.php
+++ b/
sql/GenerateReportData.php
@@
-352,7
+352,7
@@
class CRM_GCD {
// number of seconds for 2 year
$numSecond = 63072000;
- $dateFormat = "Ymd
h
is";
+ $dateFormat = "Ymd
H
is";
$today = time();
// both are defined