Fix bug #3801 datetime picker: 24h time format broken

This commit is contained in:
Madhura Jayaratne 2013-02-05 21:45:45 +05:30
parent d1d1ec6451
commit 90e044aa76

View File

@ -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) {