Hello,
i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the
result is always the same - the locale-Parameter seems to have no effect:
Code:
qx.locale.Manager.getInstance().setLocale("de");
this.debug("de: " + qx.locale.Date.getDateFormat("medium", "de"));
this.debug("en: " + qx.locale.Date.getDateFormat("medium", "en"));
qx.locale.Manager.getInstance().setLocale("en");
this.debug("de: " + qx.locale.Date.getDateFormat("medium", "de"));
this.debug("en: " + qx.locale.Date.getDateFormat("medium", "en"));
Debug-Result:
de: MMM d, y
en: MMM d, y
de: MMM d, y
en: MMM d, y
What's wrong? Is this a bug?
Thanks for any help.
ReHa
--
View this message in context:
http://n2.nabble.com/locale-Parameter-at-method-getDateFormat-doesn-t-work-tp4894520p4894520.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel