i\'m trying to get date from UIDatePicker (MM-dd format) and to check if its in the range of two other dates;
i have tried it in so many different ways and i think my mi
Methods laterDate and earlierDate return an NSDate.
laterDate
earlierDate
NSDate
You should use instead compare: and check the return value.