I'm moving my projects to GWT 1.5. Long overdue, and something I need to get used to anyway to build that JSON improvement I mentioned.
I don't use GWT-Serialization to talk to my server. The server sends timestamps as milliseconds. I'd like to turn these milliseconds into javascript Date objects. How do I accomplish this? As I mentioned when long emulation was on the table, timestamps are one of those numbers which are not representable with ints, but they fit perfectly in the range where doubles still represent integral numbers without loss of precision. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
