aboutsummaryrefslogtreecommitdiffstats
path: root/bower_components/moment/src/locale/nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/moment/src/locale/nl.js')
-rw-r--r--bower_components/moment/src/locale/nl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/src/locale/nl.js b/bower_components/moment/src/locale/nl.js
index f493a76..6669531 100644
--- a/bower_components/moment/src/locale/nl.js
+++ b/bower_components/moment/src/locale/nl.js
@@ -21,11 +21,11 @@ export default moment.defineLocale('nl', {
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',