summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/en-gb.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/en-gb.js')
-rw-r--r--www/lib/moment/src/locale/en-gb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/moment/src/locale/en-gb.js b/www/lib/moment/src/locale/en-gb.js
index 09961dd8..82a643fc 100644
--- a/www/lib/moment/src/locale/en-gb.js
+++ b/www/lib/moment/src/locale/en-gb.js
@@ -15,8 +15,8 @@ export default moment.defineLocale('en-gb', {
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',