I have an NSArray that contains a string of strings (i.e. NSString) as follows: "Thu, May 21, 09 19:10:09 -0700"
I need to sort NSArray by date. I thought about converting a date string to an NSDate object NSDate first, but stuck there on how to sort an NSDate object.
Thank.
sorting objective-c cocoa nsdate nsarray
postalservice14 Jul 15 '09 at 17:33 2009-07-15 17:33
source share