Hi I'm getting some values from Postgres database. The First column is Date in the following format: 2008-01-01 01:00:00
But when i put the results int the array by this command: dt[m]= new Date(res.getTimestamp(1).getNanos()); Then I get : Wed Dec 31 19:00:00 EST 1969 What's going on ? Regards PEter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
