Class ISO8601DateFormat

All Implemented Interfaces:
Serializable, Cloneable

public class ISO8601DateFormat extends AbsoluteTimeDateFormat
Formats a Date in the format "yyyy-MM-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".

Refer to the summary of the International Standard Date and Time Notation for more information on this format.

Since:
0.7.5
Author:
Ceki Gülcü, Andrew Vajoczki
See Also:
  • Constructor Details

    • ISO8601DateFormat

      public ISO8601DateFormat()
    • ISO8601DateFormat

      public ISO8601DateFormat(TimeZone timeZone)
  • Method Details