how to subtract two dates in objective c
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 Tha开发者_运维问答nks. Best Regards, Naveed Butt
Have a look at NSDate and timeIntervalSinceDate:.
精彩评论