我的约会结果不稳定。有时它们会转换为我们的格式。我有以下 json
{ "Created":"09/03/12" }
在我的网格中,我有
{
id: 'Created',
text: "Created",
dataIndex: 'Created',
xtype: 'datecolumn',
format: 'd/m/y',
width: 150,
sortable: true,
field: {
xtype: 'datefield',
allowBlank: false,
format: 'd/m/y'
}
},
所以我想显示
09/03/12
(3 月 9 日)但我得到了03/09/12