Hello,

I was using JSON dates in a dirty way with qx.io.remote.request in 1.4.x
{"mydate":new Date(2011,10,10),...
and it was working well.
Migrating to Qooxdoo 1.5, the JSON parser refuses those values.
So, as advised, I started to move to qx.io.request.Xhr and using ISO dates
{"mydate":"2010-08-28T05:00:00.000Z",...
Then I get result in that way :
                                          var req = e.getTarget();
                                          this.items = req.getResponse();

In this.items the date fields are not converted to javascript date objects,
but remain as string.
Is that normal ?
Am I doing something wrong ?

Thanks for your help

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Migrating-to-1-5-JSON-Dates-tp6720789p6720789.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to