From 90e044aa76742a57663f7033ee7b5e96ec09b35d Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 5 Feb 2013 21:45:45 +0530 Subject: [PATCH] Fix bug #3801 datetime picker: 24h time format broken --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 07355aa33d..2e313c2d77 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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) {