On Nov 24, 5:28 am, Stevko <[email protected]> wrote: > Thanks Thomas, > I missed that ctor when looking at the interface spec. > > The final syntax is a bit twisted... > > myDateBox.setFormat( new DateBox.DefaultFormat( myDateTimeFormat ) ); > > Care to guess what timezone GWT's java.util.Date and DateBox are > using? > Perhaps the browser's timezone, server's timezone, GMT, or something > else?
Dates are in the client (browser) timezone. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
