Tuesday, September 17, 2013

DateBox with months and years only ?

The main ingredient will be a DateTimeFormat.

http://www.gwtproject.org/javadoc/latest/com/google/gwt/i18n/client/DateTimeFormat.html

Initialise your datebox with a correctly configured DateTimeFormat.

Create a uibinder class using gwt eclipse plugin. Add a date box to it. Use provided=true to allow you to initialise it manually.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment