flatpickr

This commit is contained in:
fredtempez 2022-01-12 12:11:06 +01:00
parent c88d83e27c
commit 518f7947f8
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,6 @@ $(function() {
time_24hr: true, time_24hr: true,
locale: "fr", locale: "fr",
regional:"fr", regional:"fr",
dateFormat: "Y-m-d H:i:s" dateFormat: "Y-m-d H:i"
}); });
}); });