We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49eeef commit 1858df8Copy full SHA for 1858df8
src/locale/de.js
@@ -32,6 +32,7 @@ const locale = {
32
monthsShort: 'Jan_Feb_März_Apr_Mai_Juni_Juli_Aug_Sept_Okt_Nov_Dez'.split('_'),
33
ordinal: n => `${n}.`,
34
weekStart: 1,
35
+ yearStart: 4,
36
formats: {
37
LTS: 'HH:mm:ss',
38
LT: 'HH:mm',
0 commit comments