Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / ux / grid / filter / DateFilter.js
index 431e264..ac48abc 100644 (file)
@@ -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)
                 });
             }
         }