From 05c4e0c8cc796b9bd8b63db8c2342223bd0ea0c9 Mon Sep 17 00:00:00 2001 From: Margus Lind Date: Fri, 8 Nov 2013 09:37:10 +0200 Subject: [PATCH] Removed constraints from datetime and timestamp input boxes ( added constrainInput:false option) --- js/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/functions.js b/js/functions.js index 5586556f47..b3fb79b667 100644 --- a/js/functions.js +++ b/js/functions.js @@ -209,6 +209,7 @@ function PMA_addDatepicker($this_element, options) showButtonPanel: false, dateFormat: 'yy-mm-dd', // yy means year with four digits timeFormat: 'HH:mm:ss.lc', + constrainInput: false, altFieldTimeOnly: false, showAnim: '', beforeShow: function (input, inst) {