Date.js 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Ext.define('App.view.Date', { extend: 'Ext.form.DateField', queryMode: 'remote', alias: 'widget.date', format: "d.m.Y", width: 200, labelWidth: 25, fieldLabel: 'Дата:', style: 'margin-left:5px; ', value: new Date() });