Dimitrijević Ivan schrieb:
> You can use sql99 standard (YYYY-MM-DD hh:mm:ss) to format date as
> string in php and write your parser which will convert sql99 date
> String into Date object in GWT.

If the web-application is accessed internationally I think the
format used with iCalendar (AFAIR) or XML is better:
yyyy-MM-ddTHH:mm:ssZ
Otherwise there might be confusions what 03:00:00 means, the
timezone of the server or the timezone of the client. Or you
define that all times have to be in UTC and you convert them
accordingly on server- and client-side.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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