Skip to content

Instantly share code, notes, and snippets.

@pixelbart
Created March 3, 2022 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelbart/12aa7d9f3e6688b030f55451f80efd18 to your computer and use it in GitHub Desktop.
Save pixelbart/12aa7d9f3e6688b030f55451f80efd18 to your computer and use it in GitHub Desktop.
Date Range Picker German
{
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