Formatting Timestamps in Java

Posted by Craig H on Stack Overflow See other posts from Stack Overflow or by Craig H
Published on 2008-09-24T19:06:50Z Indexed on 2010/04/01 15:33 UTC
Read the original article Hit count: 301

Filed under:
|

Is there a way to format a UTC time into any arbitrary string format I want in java? Basically I was thinking of having some class take the timestamp and I pass it is string telling it how I want it formated, and it returns the formatted string for me. Is there a way to do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about dates