Let's say I need to get the hours and minutes between two NSDates. For example, one date is 3 hours and 42 minutes after the other. How would I get both hours and minutes of the time elapsed? I've tried something like this, according to this question, but it hasn't worked: you don't get both hours and minutes.
I've also tried using the NSCalendar, but that didn't work out either. Instead, it just gave me the amount of hours and the amount of seconds, instead of making it one measurement.
Any Ideas?
.CalendarUnitMinute | .CalendarUnitHour
. – Martin R