/** * @class Ext.grid.cell.Date * @extend Ext.grid.cell.Text * @xtype datecell * * This class displays a date value in a {@link Ext.grid.Grid grid} cell. This cell type * is typically used by specifying {@link Ext.grid.column.Date} column type. * * {@link Ext.grid.Row Rows} create cells based on the {@link Ext.grid.column.Column#cell} * config. Application code would rarely create cells directly. */ /** * @cfg {String} [format=''] * A format string as used by {@link Ext.Date#format} to format values for this * column. * @accessor */