rfc1123DateFormatter method

A date formatter to be used to construct an RFC 1123 date.

Syntax

+ ( NSDateFormatter * ) rfc1123DateFormatter

Usage

The returned formatter can be used on the calling thread. Do not use this formatter for parsing dates, as the format can vary. It is recommended you use HTTPRequest's dateFromRFC1123String: class method instead.