> try
> {
> if (dateText.length() > 0)
> {
> date = getDateTimeFormat().parseStrict(dateText);
> }
> }
> catch (Exception e)
> {
>
> //http://code.google.com/p/google-web-toolkit/issues/detail?id=4633
> }
Yeah, I ran across that issue when I first started trying to figure
this out. Fixed in 2.1 :-)
On Sep 6, 10:02 am, Jim Douglas <[email protected]> wrote:
--
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.