> Jens suggests using CalendarUtil.resetTime() , but i have no idea how.
>

I suggested to do reference searches in your IDE starting from that method 
and to find out how the date picker may uses this method indirectly. Then 
you can see what you need to overwrite to change the DatePicker behavior.

DatePicker allows you do provide custom implementations for MonthSelector, 
CalendarView and CalendarModel via its constructor 
(http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/datepicker/client/DatePicker.html).
 
I guess a custom CalendarModel is what you need but I am not sure about it 
as I have never customized DatePicker so far.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/z6LRn8qWjbwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to