Hey, qx.util.Json.CONVERT_DATES is a variable on the class itself. So just set the thing to 'true' before the first usage of the RPC stuff:
qx.util.Json.CONVERT_DATES = true; Regards, Martin Am 23.08.2010 um 13:56 schrieb marbin: > > I am migrating from 1.1 to 1.2. We use RPC a lot and I want to keep the old > date conversion stuff (for now). > In the docs (and in my migration log) it says that I should set > "qx.util.Json.CONVERT_DATES" : true > > The question is where? I am nor sure I understand the documentation. > I have tried different ways to set it in the section > > "build-script" : > > in my config.json, but it does not seem to help. > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/1-1-1-2-RPC-date-conversion-qx-util-Json-CONVERT-DATES-tp5452310p5452310.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
