Class ISO8601DateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
org.codehaus.jackson.map.util.ISO8601DateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class ISO8601DateFormat extends DateFormat
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: