you want to be a little thoughtful if you go that way, if you cross a daylight savings time boundary you may find you have one more or one less hour than you might expect, ie it may not be a multiple of 24. Not hard to sort out, but something you need to be aware of.

On 12-Sep-2009, at 9:15 PM, Jesse Armand wrote:

Read the data into NSDate object, and compare it with
timeIntervalSinceDate: method.

This way, you'll get the time interval in seconds and then convert it
to unit of days.

Jesse Armand
----------------------------------------
(http://jessearmand.com)



On Sat, Sep 12, 2009 at 6:25 PM, Rajashekhar Managoli
<[email protected]> wrote:
Hi All,

I am new to Objective C and COCOA and Iphone Delopment

I am reading two dates from UIDatepicker i want find the diffrence between
to days

say 12/09/2009 in DDMMYYYY format 16/09/2009 DDMMYYYY for and finde the
number of days in between.

Thnaks in advance

Regards
Raj
_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/mnemonic.fx%40gmail.com

This email sent to [email protected]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/rols%40rols.org

This email sent to [email protected]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to