Skip navigation.
 
mlRe: RFC822 date-string to NSDate
FROM : Nick Zitzmann
DATE : Mon Jun 30 20:54:56 2008

On Jun 30, 2008, at 12:35 PM, Steve Byan wrote:

> I'm having trouble grokking NSDateFormatter on OS X 10.4. Does it 
> support RFC822-style dates?



It should, but you'll have to make your own format string to do that. 
NSDateFormatter does make some guesses at the format when getting the 
date from a string, but only when it's using 10.0-style behavior, and 
even then it's better to just make your own format string.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlRFC822 date-string to NSDate Steve Byan Jun 30, 20:35
mlRe: RFC822 date-string to NSDate Andy Lee Jun 30, 20:50
mlRe: RFC822 date-string to NSDate Nick Zitzmann Jun 30, 20:54
mlRe: RFC822 date-string to NSDate Steve Byan Jun 30, 21:14
mlRe: RFC822 date-string to NSDate Kyle Sluder Jun 30, 21:55