]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
UK time format fix
authorGabriel Dibble <gdibble@gmail.com>
Wed, 22 May 2013 01:23:00 +0000 (19:23 -0600)
committerGabriel Dibble <gdibble@gmail.com>
Wed, 22 May 2013 01:23:00 +0000 (19:23 -0600)
GB uses 24H format

lang/en-gb.js

index c880627bb20d93f6d22cef71ea957292e2a1d30e..ce225ebde597deacc96dac1a6a40bc39689b80c5 100644 (file)
@@ -9,7 +9,7 @@ require('../moment').lang('en-gb', {
     weekdaysShort : "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
     weekdaysMin : "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
     longDateFormat : {
-        LT : "h:mm A",
+        LT : "HH:mm",
         L : "DD/MM/YYYY",
         LL : "D MMMM YYYY",
         LLL : "D MMMM YYYY LT",