Merge pull request #744 from modulo-/bug4152

Removed constraints from datetime and timestamp input boxes
This commit is contained in:
Marc Delisle 2013-11-08 09:29:44 -08:00
commit 3ea0698d87

View File

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