Skip to content

Commit

Permalink
Datetime picker use time picker in 24 hour format - refs BT#19390
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 14, 2021
1 parent 6820310 commit e70340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/formvalidator/Element/DateRangePicker.php
Expand Up @@ -193,7 +193,7 @@ private function getElementJS()
$('#$id').daterangepicker({
timePicker: $timePicker,
timePickerIncrement: $timeIncrement,
timePicker12Hour: false,
timePicker24Hour: true,
$defaultDates
$maxDate
$minDate
Expand Down

0 comments on commit e70340b

Please sign in to comment.