mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update datetime picker. Fixes #2654
This commit is contained in:
committed by
Dave Page
parent
e6223c9a49
commit
6d7b54eb62
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user