Possible Duplicate:
How to calculate time in hours between two dates in iOS
I am beginner to Objective-C, so I need your help in syntax making.
My problem goes like this:
I have 2 Strings, and I want to convert that into NSDate
and then calculate the time difference between the dates in minutes.
How can I do this?