@Deprecated
public class DateTool
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.ThreadLocal<java.text.DateFormat> | asctimeFormatDeprecated.  | 
| static java.util.TimeZone | GMT_ZONEDeprecated.  GMT timezone - all HTTP dates are on GMT | 
| static java.lang.String | HTTP_RESPONSE_DATE_HEADERDeprecated.  Format for http response header date field | 
| static java.util.Locale | LOCALE_USDeprecated. 
 Use  Locale.US | 
| static java.lang.String | OLD_COOKIE_PATTERNDeprecated.  Pattern used for old cookies | 
| static java.lang.ThreadLocal<java.text.DateFormat> | oldCookieFormatDeprecated.  DateFormat to be used to format old netscape cookies | 
| static java.lang.ThreadLocal<java.text.DateFormat> | rfc1036FormatDeprecated.  | 
| static java.lang.String | RFC1123_PATTERNDeprecated.  format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT" | 
| static java.lang.ThreadLocal<java.text.DateFormat> | rfc1123FormatDeprecated.  DateFormat to be used to format dates | 
| Constructor and Description | 
|---|
| DateTool()Deprecated.  | 
@Deprecated public static final java.util.Locale LOCALE_US
Locale.USpublic static final java.util.TimeZone GMT_ZONE
public static final java.lang.String RFC1123_PATTERN
public static final java.lang.String HTTP_RESPONSE_DATE_HEADER
public static final java.lang.String OLD_COOKIE_PATTERN
public static final java.lang.ThreadLocal<java.text.DateFormat> rfc1123Format
public static final java.lang.ThreadLocal<java.text.DateFormat> oldCookieFormat
public static final java.lang.ThreadLocal<java.text.DateFormat> rfc1036Format
public static final java.lang.ThreadLocal<java.text.DateFormat> asctimeFormat
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.