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/y
NSCalendar.currentCalendar().isDateInToday(yourNSDate)
Available in iOS 8.0 and later and OS X v10.9 and later.