tags:

views:

26

answers:

1

Hi,

I have a problem. I want to subtract a date from currect date example:

Result = Today - MySpeficied Date

Can any one help me with a code snippet?

Many Thanks. Best Regards, Naveed Butt

+1  A: 

Have a look at NSDate and timeIntervalSinceDate:.

Graham Perks