Class HttpDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
org.apache.jackrabbit.webdav.util.HttpDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class HttpDateFormat extends SimpleDateFormat
HttpDateFormat...
See Also:
  • Field Details

    • MODIFICATION_DATE_PATTERN

      public static final String MODIFICATION_DATE_PATTERN
      Pattern for the modification date as defined by RFC 1123
      See Also:
    • CREATION_DATE_PATTERN

      public static final String CREATION_DATE_PATTERN
      Simple date format pattern for the creation date ISO representation (partial).
      See Also:
  • Constructor Details

    • HttpDateFormat

      public HttpDateFormat(String pattern)
  • Method Details