Java org.apache.http.client.utils DateUtils fields, constructors, methods, implement or subclass

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

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.utils 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_RFC1036
Date format pattern used to parse HTTP date headers in RFC 1036 format.
TimeZoneGMT

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)
Parses a date value.
DateparseDate(final String dateValue, final String[] dateFormats, final Date startDate)
Parses the date value using the given date formats.
DateparseDate(final String dateValue, final String[] dateFormats)
Parses the date value using the given date formats.