summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorNathan Gass2012-03-02 15:30:43 +0000
committerNathan Gass2012-03-02 15:30:43 +0000
commit55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8 (patch)
tree68ce7c449a920be587a3246640ba64f5e1293d60 /it.class
parent75156c2f9f45ce37ace7fcecc46675469735cc1e (diff)
downloaditools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.tar.gz
itools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.tar.bz2
itools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.zip
use 24 hour time even for english locale
Diffstat (limited to 'it.class')
-rw-r--r--it.class3
1 files changed, 1 insertions, 2 deletions
diff --git a/it.class b/it.class
index 77ede28..624f601 100644
--- a/it.class
+++ b/it.class
@@ -730,8 +730,7 @@ static function date($format = "", $stamp = null)
"datetime" => "d.m.Y H:i",
"time" => "H:i",
"date:en" => "m/d/Y",
- "datetime:en" => "m/d/Y h:ia",
- "time:en" => "h:ia",
+ "datetime:en" => "m/d/Y H:i",
"icsdate" => "Ymd",
);