Fix bug #3801 datetime picker: 24h time format broken
This commit is contained in:
parent
d1d1ec6451
commit
90e044aa76
@ -207,7 +207,7 @@ function PMA_addDatepicker($this_element, options)
|
||||
showTimepicker: showTimeOption,
|
||||
showButtonPanel: false,
|
||||
dateFormat: 'yy-mm-dd', // yy means year with four digits
|
||||
timeFormat: 'hh:mm:ss',
|
||||
timeFormat: 'HH:mm:ss',
|
||||
altFieldTimeOnly: false,
|
||||
showAnim: '',
|
||||
beforeShow: function(input, inst) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user