Class HttpHeaderDateFormat

  • All Implemented Interfaces:
    Serializable, Cloneable

    public final class HttpHeaderDateFormat
    extends SimpleDateFormat
    This DateFormat decodes 3 formats of Date, but only encodes the one, the first:
    • Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with valid generation
    • Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification
    • Sun Nov 6 08:49:37 1994: obsolete specification
    See Also:
    Serialized Form