public class ConcurrentDateFormat
extends java.lang.Object
A thread safe wrapper around SimpleDateFormat that does not make use of ThreadLocal and - broadly - only
creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
Constructor Summary
Constructors
Constructor and Description
ConcurrentDateFormat(java.lang.String format,
java.util.Locale locale,
java.util.TimeZone timezone)