You could check if the end date is lower than the start date. E.g.: start = Jun 30, end = Jul 2. NSDate * start, end; NSInteger startDay = [[start ...
www.google.com.tw