diff --git a/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js b/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js index 48b58fdcb..9a44b196c 100644 --- a/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js +++ b/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js @@ -265,18 +265,18 @@ function($, _, S, pgAdmin, moment, pgBrowser, Alertify, Backform) { id: 'jscstart', label: '{{ _('Start') }}', type: 'text', control: 'datetimepicker', cell: 'moment', disabled: function() { return 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', + 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', }, cellHeaderClasses: 'width_percent_25' },{ id: 'jscend', label: '{{ _('End') }}', type: 'text', control: 'datetimepicker', cell: 'moment', disabled: function() { return false; }, displayInUTC: false, - displayFormat: 'YYYY-MM-DD HH:mm:SS Z', options: { - format: 'YYYY-MM-DD HH:mm:SS Z', useCurrent: false + displayFormat: 'YYYY-MM-DD HH:mm:ss Z', options: { + format: 'YYYY-MM-DD HH:mm:ss Z', useCurrent: false }, cellHeaderClasses: 'width_percent_25', - modelFormat: 'YYYY-MM-DD HH:mm:SS Z' + modelFormat: 'YYYY-MM-DD HH:mm:ss Z' },{ id: 'jscweekdays', label:'{{ _('Week days') }}', type: 'text', control: Backform.Control.extend({