Cocoa-Touch: How do I see if two NSDates are in the same day?

Viewed 22044

I need to know if two NSDate instances are both from the same day.

Is there an easier/better way to do it than getting the NSDateComponents and comparing day/month/year?

12 Answers
Related