Commit c3cfed52b48dd13d460cfa477b9367e31f24c212
1 parent
91d74c16
Exists in
master
and in
65 other branches
us oki
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotZoomPlug.js
... | ... | @@ -216,7 +216,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { |
216 | 216 | }, |
217 | 217 | { |
218 | 218 | xtype: 'datefield', name: 'zoom-max-time', fieldLabel: 'Stop Time', |
219 | - format: 'Y-m-d\\TH:i:s.u' | |
219 | + format: 'Y/m/d H:i:s.u' | |
220 | 220 | }, |
221 | 221 | { |
222 | 222 | xtype: 'numberfield', name: 'zoom-min-float', fieldLabel: 'Min Value' |
... | ... |