org.apache.catalina.util
Class DateTool
java.lang.Object
org.apache.catalina.util.DateTool
public class DateTool
extends java.lang.Object
Common place for date utils.
- dac@eng.sun.com
- Jason Hunter [jch@eng.sun.com]
- James Todd [gonzo@eng.sun.com]
- Costin Manolache
GMT_ZONE
public static final TimeZone GMT_ZONE
GMT timezone - all HTTP dates are on GMT
HTTP_RESPONSE_DATE_HEADER
public static final String HTTP_RESPONSE_DATE_HEADER
Format for http response header date field
LOCALE_US
public static final Locale LOCALE_US
US locale - all HTTP dates are in english
OLD_COOKIE_PATTERN
public static final String OLD_COOKIE_PATTERN
Pattern used for old cookies
RFC1123_PATTERN
public static final String RFC1123_PATTERN
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
asctimeFormat
public static final DateFormat asctimeFormat
oldCookieFormat
public static final DateFormat oldCookieFormat
DateFormat to be used to format old netscape cookies
rfc1036Format
public static final DateFormat rfc1036Format
rfc1123Format
public static final DateFormat rfc1123Format
DateFormat to be used to format dates
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.