This commit is contained in:
2023-09-24 16:45:48 +03:00
parent c3079f4a65
commit 32b8116357
2 changed files with 6 additions and 3 deletions

View File

@@ -49,7 +49,8 @@
this.cancelButtonClasses = "btn-default",
this.locale = {
direction: "ltr",
format: t.localeData().longDateFormat("L"),
// format: t.localeData().longDateFormat("L"),
format: "DD.MM.YYYY",
separator: " - ",
applyLabel: "Apply",
cancelLabel: "Cancel",