How to check NSDate against a date in TAPKU calendar
问题 I am using core data to store objects for my project.There is a date field in the object .I want to check against the clicked date of the Tapku calendar component for iphone. The date on my object is in the format 2011-01-10 and it is a localized date . How can i check the date against the date returned from the tapku calendar control. 回答1: Yes you can, here is what I did to make it work: on the method: (NSArray*)calendarMonthView:(TKCalendarMonthView *)monthView marksFromDate:(NSDate *