Am 26.01.2011 08:04, schrieb [email protected]: > 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()); Hi,
it's a bug, could you please open a bug report for this issue. Thanks, Chris ------------------------------------------------------------------------------ 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
