diff --git a/src/locale/nl.js b/src/locale/nl.js index 57f2260..b0f15a7 100644 --- a/src/locale/nl.js +++ b/src/locale/nl.js @@ -10,6 +10,7 @@ const locale = { monthsShort: 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_'), ordinal: n => `${n}.`, weekStart: 1, + yearStart: 4, formats: { LT: 'HH:mm', LTS: 'HH:mm:ss',