Hello
I use SmartGwt LGPL 3.1p 2012/11/22.
The GWT code is compiled with locale de_DE:
excerpt from *.gwt.xml:
If I set the Date of the RelativeDateItem via DatePicker the TextItem of the RelativeDateItem contains the date in the correct locale format: 29.11.2012 00:00
If I validate the form, the following error occurs: "Muss ein Datum sein"
After setting the Date to 11/15/2012 00:00 manually validation succeeds.
I use SmartGwt LGPL 3.1p 2012/11/22.
The GWT code is compiled with locale de_DE:
excerpt from *.gwt.xml:
Code:
<extend-property name="locale" values="de_DE"/> <set-property name="locale" value="de_DE" />
If I validate the form, the following error occurs: "Muss ein Datum sein"
After setting the Date to 11/15/2012 00:00 manually validation succeeds.
Comment