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/>
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 mails | Author | Date |
|---|---|---|
| Steve Byan | Jun 30, 20:35 | |
| Andy Lee | Jun 30, 20:50 | |
| Nick Zitzmann | Jun 30, 20:54 | |
| Steve Byan | Jun 30, 21:14 | |
| Kyle Sluder | Jun 30, 21:55 |






Cocoa mail archive

