Skip to content

Commit 42bc15e

Browse files
authored
Merge pull request #2048 from jstoone/fix-danish-date-format
Change danish (da) date format to match the rest of the locales
2 parents a6feb00 + 80596c5 commit 42bc15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/locales/bootstrap-datepicker.da.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/locales/bootstrap-datepicker.da.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
today: "I Dag",
1414
weekStart: 1,
1515
clear: "Nulstil",
16-
format: "dd-mm-yyyy"
16+
format: "dd/mm/yyyy"
1717
};
1818
}(jQuery));

0 commit comments

Comments
 (0)