I'm getting inconstant results with my dates. Sometime they are getting converted to us format. I have the following json
{ "Created":"09/03/12" }
In my grid i have
{
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'
}
},
So i want to display
09/03/12
(9th March)
but i'm getting 03/09/12