From: Gabriel Dibble Date: Wed, 22 May 2013 01:23:00 +0000 (-0600) Subject: UK time format fix X-Git-Tag: 2.1.0~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e555bf2f29e658ae2c594a0bf3a8586a3a30bc6;p=thirdparty%2Fmoment.git UK time format fix GB uses 24H format --- diff --git a/lang/en-gb.js b/lang/en-gb.js index c880627bb..ce225ebde 100644 --- a/lang/en-gb.js +++ b/lang/en-gb.js @@ -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",