Is there any efficient way to convert an NSDate to RFC 2822 Date format string ?
I want to use this string to create an NSURLRequest and set the value of “If-Modified-Since” header field.
Is there any efficient way to convert an NSDate to RFC 2822 Date format
Share
try to use an
NSDateFormatter