From: Anders Wegge Jakobsen Date: Thu, 24 May 2007 11:34:24 +0000 (+0000) Subject: Correctio of time formats X-Git-Tag: 1.31.0-rc.0~52813 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=a4f8a9afb692c5e5f9c07316dd208ae192cd7044;p=lhc%2Fweb%2Fwiklou.git Correctio of time formats --- diff --git a/languages/messages/MessagesDa.php b/languages/messages/MessagesDa.php index 9c3d4e9d14..bcdcf469e9 100644 --- a/languages/messages/MessagesDa.php +++ b/languages/messages/MessagesDa.php @@ -137,15 +137,15 @@ $specialPageAliases = array( $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'M j. Y', - 'mdy both' => 'H:i, M j. Y', + 'mdy both' => 'M j. Y, H:i', 'dmy time' => 'H:i', 'dmy date' => 'j. F Y', - 'dmy both' => 'H:i, j. M Y', + 'dmy both' => 'j. M Y, H:i', 'ymd time' => 'H:i', 'ymd date' => 'Y M j', - 'ymd both' => 'H:i, Y M j', + 'ymd both' => 'Y M j, H:'i, ); $messages = array(