java.util.Date is a misnomer because it's really a time (date+time). If you just want the date, then yes, use YYYY-MM-DD format as that's a very portable format date only a date. The other option is to ensure whenever you set a java.util.Date, you force the hour/minute/second/millis to 0 while in the GMT/UTC timezone. It should at least always render the correct date regardless of timezone (I think?!?!).
-- 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=.
