-
18 Dec 2008 5:34 AM #1
Date field with french format
Date field with french format
Hello
I wan't to use Date field with french format DD/MM/YYYY in my Date field object.
Our application must use I18N to identify the locale and to apply the correct date format.
Is there any solution to make this ?
I didn't found any relation with I18N GWT component (like Number Field format)
Pierre
-
18 Dec 2008 1:43 PM #2
Code:datefield.getPropertyEditor().setFormat(com.google.gwt.i18n.client.DateTimeFormat format)
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/
GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library
Buy the Book on GXT: http://www.apress.com/book/view/9781430219408
Follow me on Twitter: http://twitter.com/gslender


Reply With Quote