Hey,
> First of all thanks for really great work. Earlier I used Qt with  
> QtScript, and I think I just re-invented the Web browser.
Thanks for the great feedback. :)


> Could you tell me what Date format for JSON is used now?
> I download RpcExample and found something like this:
> 
> result: {
>   now: "MAYBE ISO"
>   jsonDate: "ISO, too?"
> }

It depends on your setting. I guess you are speaking of using the RPC layer in 
combination with a server part from the contrib? If so, you would need to use a 
special date parsing which we used to have for RPC. It is disabled by default 
because we want to go the native, JSON way with the ISO format. Just check out 
qx.util.Json.CONVERT_DATES which holds the setting for converting the dates.

Regards,
Martin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to