Hi!


Im trying load a store with json data from a WCF REST-service.


The service sends Microsoft AJAX serialized dates (DateFormat="M$").
Unfortunately Ext.Net translates this to DateFormat="n$" when it renders the page.


The problem is in DateTimeUtils.ConvertNetToPHP where Ext.Net translates .NET dateformats to PHP (M translating to n).


Is it possible to change this behaviour? I've included a small testproject to illustrate the problem.


/Fredrik