setRawValue(this.value); }, _valueSplit: function(v) { if(Ext.isDate(v)) { v = Ext.Date.format(v, 'H:i:s'); } var split = v.split(':'); ...
確定! 回上一頁