Or, if all you really want is the actual date entered by the user and
don't care about the time, you can simply send yyyy mm dd, either as a
separate object or parameters to an RPC, and avoid custom serializers,
interpreting Universal Date against timezones, or recompiling GWT.
Why make sh*t complicated??

On Jun 2, 9:08 am, leslie <web...@me.com> wrote:

> > Date is just an Object around a long-value representing the
> > milliseconds since Jan 1, 1970 00:00:00 UTC. So you can send
> > the UTC time to the server or you evaluate the HTTP-request-
> > headers of the request on the server side to find out what
> > timezone the browser resides in to convert it to UTC on
> > server-side.
>
> This is a very good suggestion and this may help me with the
> situation.  I'll work with this idea a bit.  Thanks again.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@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