X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/examples/ux/grid/filter/DateFilter.js diff --git a/examples/ux/grid/filter/DateFilter.js b/examples/ux/grid/filter/DateFilter.js index 431e264f..ac48abc3 100644 --- a/examples/ux/grid/filter/DateFilter.js +++ b/examples/ux/grid/filter/DateFilter.js @@ -253,7 +253,7 @@ Ext.define('Ext.ux.grid.filter.DateFilter', { args.push({ type: 'date', comparison: this.compareMap[key], - value: this.getFieldValue(key).format(this.dateFormat) + value: Ext.Date.format(this.getFieldValue(key), this.dateFormat) }); } }