Core Data and NSDate

Posted by Pierre on Stack Overflow See other posts from Stack Overflow or by Pierre
Published on 2010-04-22T21:32:38Z Indexed on 2010/04/30 20:37 UTC
Read the original article Hit count: 361

Hi !

I read this post but I don't really understand the code... I have a core data database with an Entity and some attributes. One of them is named "myDate" and has for type NSDate. Now I want to to display each date but eliminate dates with same day-month-year and display them ascendantly .

Have you got an idea?

Thanks a lot !

© Stack Overflow or respective owner

Related posts about nsdate

Related posts about core-data