Use 24h clock when adding manual scheduled event

This commit is contained in:
prpr 2022-03-25 23:06:02 +00:00
parent 51719420ba
commit 99f22c6a28
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ $('button.manual_rsv').button({icons:{primary:"ui-icon-clock"}})
$('#mrform input.time').timepicker({
showDuration: true,
timeFormat: 'g:ia',
timeFormat: 'H:i',
step:5
});