Hi Martin,
On Wednesday 22 July 2009 Martin_GER wrote:
> what is the easiest way to change the format and language by datefield.
> I (german) need the "dd.mm.YYYY" format and the month in german language.
The easiest way is to use the "dateFormat" property of the "DateField" widget.
--snip--
var dateField = new qx.ui.form.DateField();
dateField.setDateFormat(new qx.util.format.DateFormat("dd.mm.YYYY"));
--snip--
Hope this helps you further.
cheers,
Alex
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel