TT (Tom Tempelaere) wrote:
> Does this work with TimeStamp (so that it doesn't lose the nano's)?
What do you mean, does it work?
I think you need to learn to understand objects and the docs for those
objects.
Try:
http://java.sun.com/j2se/1.4.2/docs/api/
Can you find some method that allows you to send a TimeStamp into
a calendar?
Can you find any discussion of nanoseconds in Calendar or DateFormat?
Are you really interested in making a String out of a timestamp?
Why? What are you going to do with it?
-Paul