iPhone NSDate - get time in milliseconds and store in coredata
- by satyam
I'm implementing iphone app with coredata functionality.
I've an attribute in entity "NSDate" which stores the date and time when the record is added.
I'm adding records at a faster rate. About 1 record per 25 milli seconds
I want to store the date along with milli seconds so that I can retrieve the data in descending order.
How can I do this?