public class ConcurrentDateFormat
extends java.lang.Object
SimpleDateFormat
that does not make use
of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects
to satisfy the concurrency requirements.Modifier and Type | Field and Description |
---|---|
static java.util.TimeZone |
GMT |
static java.lang.String |
RFC1123_DATE |
Constructor and Description |
---|
ConcurrentDateFormat(java.lang.String format,
java.util.Locale locale,
java.util.TimeZone timezone) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.util.Date date) |
static java.lang.String |
formatRfc1123(java.util.Date date) |
public static final java.lang.String RFC1123_DATE
public static final java.util.TimeZone GMT
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.