We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2076da9 commit 44b0936Copy full SHA for 44b0936
src/locale/da.js
@@ -9,6 +9,7 @@ const locale = {
9
months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),
10
monthsShort: 'jan._feb._mar._apr._maj_juni_juli_aug._sept._okt._nov._dec.'.split('_'),
11
weekStart: 1,
12
+ yearStart: 4,
13
ordinal: n => `${n}.`,
14
formats: {
15
LT: 'HH:mm',
0 commit comments