Consider this array. It has no keys, so I am not sure I can use NSSortDescriptor. What would be the best method to sort them?
( \"Thursday, July 30, 2009\"
NSArray * unsortedDates = ...; NSArray * sortedDates = [unsortedDates sortedArrayUsingSelector:@selector(compare:)];