Update datetime picker. Fixes #2654

This commit is contained in:
Surinder Kumar
2017-08-21 13:17:35 +01:00
committed by Dave Page
parent e6223c9a49
commit 6d7b54eb62
4 changed files with 6 additions and 6 deletions

View File

@@ -264,7 +264,7 @@ define('pgadmin.node.pga_schedule', [
},{
id: 'jscstart', label: gettext('Start'), type: 'text',
control: 'datetimepicker', cell: 'moment',
disabled: function() { return false; },
disabled: function() { return false; }, displayInUTC: false,
displayFormat: 'YYYY-MM-DD HH:mm:ss Z',
modelFormat: 'YYYY-MM-DD HH:mm:ss Z', options: {
format: 'YYYY-MM-DD HH:mm:ss Z',