Created
March 3, 2022 10:46
Date Range Picker German
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
format: "DD.MM.YYYY", | |
separator: " - ", | |
applyLabel: "Speichern", | |
cancelLabel: "Abbrechen", | |
fromLabel: "Von", | |
toLabel: "Bis", | |
customRangeLabel: "Eigene Auswahl", | |
weekLabel: "W", | |
daysOfWeek: [ | |
"So", | |
"Mo", | |
"Di", | |
"Mi", | |
"Do", | |
"Fr", | |
"Sa" | |
], | |
monthNames: [ | |
"Januar", | |
"Februar", | |
"März", | |
"April", | |
"Mai", | |
"Juni", | |
"Juli", | |
"August", | |
"September", | |
"Oktober", | |
"November", | |
"Dezember" | |
], | |
firstDay: 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment