Change timePicker to 24h format in dateragepicker

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-07-26 12:47:32 +02:00
parent 6e49ee03a2
commit 5565d00617
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ $(function () {
{
timePicker: true,
timePickerIncrement: 15,
timePicker24Hour: true,
locale: { format: dateformat },
startDate: start__,
endDate: end__,