Java org.apache.http.impl.cookie DateUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.cookie DateUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.cookie DateUtils.

The text is from its open source code.

Field

StringPATTERN_RFC1123
Date format pattern used to parse HTTP date headers in RFC 1123 format.
StringPATTERN_ASCTIME
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.

Method

StringformatDate(final Date date)
Formats the given date according to the RFC 1123 pattern.
StringformatDate(final Date date, final String pattern)
Formats the given date according to the specified pattern.
DateparseDate(final String dateValue, final String[] dateFormats)
Parses the date value using the given date formats.
DateparseDate(final String dateValue)
Parses a date value.