diff options
| author | Nathan Gass | 2012-03-02 15:30:43 +0000 |
|---|---|---|
| committer | Nathan Gass | 2012-03-02 15:30:43 +0000 |
| commit | 55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8 (patch) | |
| tree | 68ce7c449a920be587a3246640ba64f5e1293d60 | |
| parent | 75156c2f9f45ce37ace7fcecc46675469735cc1e (diff) | |
| download | itools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.tar.gz itools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.tar.bz2 itools-55e7242dd3ef6bfcbe37a6c6a4abe2f0557a81c8.zip | |
use 24 hour time even for english locale
| -rw-r--r-- | it.class | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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", ); |