I am working on CustomDatePicker. I have a situation where i need the number of days in the month of FEB to be either 29 or 30 days. But i am not able to achieve that. I am not interested in creating a class which extends BaseCalendar.java of sun.util.calendar package. Are there any other methods to achieve it???
Am working with GWT 2.4.0
Its not possible at present.
http://code.google.com/p/google-web-toolkit/issues/detail?id=7173