Hi.
Running this in the playground generates an error:
var locale = qx.locale.Manager.getInstance().getLocale();
var format = new qx.util.format.DateFormat("yyyyMMdd", locale);
var date = new Date(2011, 6, 30);
alert("date unformatted: " + date.toString() +
"\ndate formatted: " + format.format(date) +
"\ndate reparsed: " + format.parse(format.format(date)).toString());
If you just change "yyyyMMdd" to "yyyy-MM-dd" it works properly. Is there a
reason why "yyyyMMdd" doesn't work, or is it a bug?
--
flj
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel