Re: Calculate next occurrence of a NSDate
Re: Calculate next occurrence of a NSDate
- Subject: Re: Calculate next occurrence of a NSDate
- From: Dave Carrigan <email@hidden>
- Date: Thu, 30 Dec 2010 20:08:53 -0800
On Dec 30, 2010, at 8:03 PM, Tom Jones wrote:
> Hello,
> I'm trying to calculate next occurrence of a NSDate object. Based on a "Start Date" ( e.g. 2010-12-10, Friday ) I would like to know the date of the next Friday occurrence from today ( e.g. 2010-12-30, Thursday ).
>
> Example:
> StartDate = 2010-12-10
> CurrentDate = 2010-12-30
> Next Occurrence = 2010-12-31 <-Answer
>
> I have not done this before so I'm not sure how to tackle this.
Read the docs on NSDateComponents and its companion guide "Date and Time Programming"; they should point you in the right direction.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
_______________________________________________
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