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
<raj.mang...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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 mnemonic...@gmail.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 r...@rols.org

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to