Class DateTimeFormat
java.lang.Object
com.github.toolarium.common.datetime.DateTimeFormat
Collection of a date time format
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DateFormatFormat for C asctime() date string -- "Sun Nov 6 08:49:37 1994"static final TimeZoneGMT time zone - all HTTP dates are on GMTstatic final StringFormat for http response header date fieldstatic final LocaleUS locale - all HTTP dates are in Englishstatic final StringPattern used for old cookiesstatic final DateFormatDateFormat to be used to format old netscape cookiesstatic final DateFormatFormat for RFC 1036 date string -- "Sunday, 06-Nov-94 08:49:37 GMT"static final DateFormatDateFormat to be used to format datesstatic final Stringformat for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT" -
Method Summary
-
Field Details
-
LOCALE_US
US locale - all HTTP dates are in English -
GMT_ZONE
GMT time zone - all HTTP dates are on GMT -
RFC1123_PATTERN
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"- See Also:
-
HTTP_RESPONSE_DATE_HEADER
Format for http response header date field- See Also:
-
OLD_COOKIE_PATTERN
Pattern used for old cookies- See Also:
-
RFC_1123_FORMAT
DateFormat to be used to format dates -
oldCookieFormat
DateFormat to be used to format old netscape cookies -
RFC_1036_FORMAT
Format for RFC 1036 date string -- "Sunday, 06-Nov-94 08:49:37 GMT" -
ASCTIME_FORMAT
Format for C asctime() date string -- "Sun Nov 6 08:49:37 1994"
-