| |
|
| java.lang.Object org.apache.catalina.util.DateTool
DateTool | public class DateTool (Code) | | Common place for date utils.
author: dac@eng.sun.com author: Jason Hunter [jch@eng.sun.com] author: James Todd [gonzo@eng.sun.com] author: Costin Manolache |
GMT_ZONE | final public static TimeZone GMT_ZONE(Code) | | GMT timezone - all HTTP dates are on GMT
|
LOCALE_US | final public static Locale LOCALE_US(Code) | | US locale - all HTTP dates are in english
|
OLD_COOKIE_PATTERN | final public static String OLD_COOKIE_PATTERN(Code) | | Pattern used for old cookies
|
RFC1123_PATTERN | final public static String RFC1123_PATTERN(Code) | | format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
|
oldCookieFormat | final public static DateFormat oldCookieFormat(Code) | | DateFormat to be used to format old netscape cookies
|
rfc1123Format | final public static DateFormat rfc1123Format(Code) | | DateFormat to be used to format dates
|
|
|
|