summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/nl.js')
-rw-r--r--www/lib/moment/locale/nl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/nl.js b/www/lib/moment/locale/nl.js
index d1c71aa4..60a3c438 100644
--- a/www/lib/moment/locale/nl.js
+++ b/www/lib/moment/locale/nl.js
@@ -26,11 +26,11 @@
weekdaysMin : 'Zo_Ma_Di_Wo_Do_Vr_Za'.split('_'),
longDateFormat : {
LT : 'HH:mm',
- LTS : 'LT:ss',
+ 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: '[vandaag om] LT',
@@ -67,4 +67,4 @@
return nl;
-}));
+})); \ No newline at end of file