JavaXT
|
|||
DateUtils ClassProvides static methods
ConstructorsThere are no public constructors.Static MethodsgetMilliseconds( long nanoseconds ) returns long Converts a timestamp in nanoseconds to milliseconds getDate( long milliseconds ) returns String Used to convert a UNIX timestamp in milliseconds to a string in GMT (e.g. "Mon, 20 Feb 2012 13:04:28 GMT"). Note that this method does not rely on the java.text.SimpleDateFormat for performance reasons.
|