Class ISO8601DateFormat

  • All Implemented Interfaces:
    Serializable, Cloneable

    @Deprecated
    public class ISO8601DateFormat
    extends DateFormat
    Deprecated.
    Use StdDateFormat instead
    Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY. It was mainly done to be used with Jackson JSON Processor.

    Watch out for clone implementation that returns itself.

    All other methods but parse and format and clone are undefined behavior.

    See Also:
    Serialized Form