Re: DateBox formatting help

2012-01-04 Thread Vik
Thanks a lot! Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Tue, Jan 3, 2012 at 6:38 PM, Thomas Broyer t.bro...@gmail.com wrote:

DateBox formatting help

2012-01-03 Thread Vik
Hie I want that on selecting a value from date picker it should be stored at DD/MMM/ format. Not able to find a way. I tried like: DateBox dateOfBirth = new DateBox(); dateOfBirth.addValueChangeHandler(new ValueChangeHandlerDate(){ @Override public void onValueChange(ValueChangeEventDate

Re: DateBox formatting help

2012-01-03 Thread Thomas Broyer
dateOfBirth.setFormathttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/datepicker/client/DateBox.html#setFormat(com.google.gwt.user.datepicker.client.DateBox.Format) (new