Re: RFC822 date-string to NSDate
Re: RFC822 date-string to NSDate
- Subject: Re: RFC822 date-string to NSDate
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 30 Jun 2008 15:55:36 -0400
On Mon, Jun 30, 2008 at 3:14 PM, Steve Byan <email@hidden> wrote:
> That's a bummer, because RFC822 dates have some optional elements and so
> don't conform to a fixed format. I hoped that the default parsing was smart.
Well it looks like the RFC822 date grammar is context-free so
implementing a parser shouldn't be that hard. You'll have to deal
with Y2K, though.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden