Threaded View
-
26 Sep 2012 1:03 AM #1
3.0.1 DatePicker ignores Locale
3.0.1 DatePicker ignores Locale
The GXT3(.0.1) DatePicker is always english.
To fix this, change in com.sencha.gxt.widget.core.client.DatePicker
toprivate final DefaultDateTimeFormatInfo constants = new DefaultDateTimeFormatInfo ();
private final DefaultDateTimeFormatInfo constants = GWT.create(DateTimeFormatInfoImpl.class);
thanks for fixin
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote