Jens,

You were right about DatePicker setting dates to noon. I created an issue:

http://code.google.com/p/google-web-toolkit/issues/detail?id=7650

It's a minor problem, of course, since you can always do

Long date = datePicker.getValue().getTime(); 
return new Date(date - date % (24 * 60 * 60 * 1000));

to set any date object to midnight. Still, it was a headache as I was 
implementing time zone management in my app. Thank you for pointing this 
issue.

Andrei

-- 
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/-/kdgbaGL0JNEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to