Reputation: 2633
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
Upvotes: 2
Views: 760
Reputation: 23400
Have a look at NSDate and timeIntervalSinceDate:.
Upvotes: 3