summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/en-gb.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/en-gb.js')
-rw-r--r--www/lib/moment/locale/en-gb.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/locale/en-gb.js b/www/lib/moment/locale/en-gb.js
index 924e591d..fb762835 100644
--- a/www/lib/moment/locale/en-gb.js
+++ b/www/lib/moment/locale/en-gb.js
@@ -20,8 +20,8 @@
LTS : 'HH:mm:ss',
L : 'DD/MM/YYYY',
LL : 'D MMMM YYYY',
- LLL : 'D MMMM YYYY LT',
- LLLL : 'dddd, D MMMM YYYY LT'
+ LLL : 'D MMMM YYYY HH:mm',
+ LLLL : 'dddd, D MMMM YYYY HH:mm'
},
calendar : {
sameDay : '[Today at] LT',
@@ -63,4 +63,4 @@
return en_gb;
-}));
+})); \ No newline at end of file