I am working in a Sencha Touch app, backend is running with SAP, and is sending in the json this odata string format '20140811'(for instance) if I define in the model this type nothing happens..
{
name: "createdOn",
type: "date",
dateFormat: "DD-MM-Y"
}
How should I convert correctly Sap date format to Sencha type?