Class CachingDateFormat

All Implemented Interfaces:
Serializable, Cloneable

public class CachingDateFormat extends SimpleDateFormat
Provides thread safe means of obtaining a cached date formatter.

The cached string-date mappings are stored in a WeakHashMap.

Author:
Derek Hulley, Andrea Gazzarini
See Also: