Extjs4的editGrid中的日期展示为NaN/NaN/0NaN

Extjs4的editGrid中的日期显示为NaN/NaN/0NaN{xtype: datecolumn,header : Effective Start Date,data

Extjs4的editGrid中的日期显示为NaN/NaN/0NaN
{
xtype: 'datecolumn',
header : 'Effective Start Date',
dataIndex : 'effectiveStartDate',
width : 150,
field : {
                xtype: 'datefield',
                allowBlank: true,
                format: 'm/d/Y'
            }
}

后台中effectiveStartDate的类型为Date,请哪位高人不吝赐教,两天了,没能解决这问题。