Class ThreadSafeDateFormat

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class ThreadSafeDateFormat
    extends DateFormat
    Thread-safe version of java.text.DateFormat. You can declare it as a static final variable:
    Author:
    Olivier Lamy private static final ThreadSafeDateFormat DATE_FORMAT = new ThreadSafeDateFormat( DATE_PATTERN );
    See Also:
    Serialized Form