Try http://code.google.com/p/gwtx/ it has support for java.text.* -- it may work for what you want to do. It does not emulate java.sql.Date, but using the SimpleDateFormat, you should be able to provide a proper conversion I think.
Regards, Davis On Tue, Nov 17, 2009 at 5:18 PM, Yozons Support on Gmail <[email protected]>wrote: > Unfortunately, GWT's DateTimeFormat doesn't support the Java implemention's > 'D' format specifier of SimpleDateTimeFormat. Your server could do the calc > for you perhaps?? > > > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=. > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 -- 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=.
