Possible Duplicate:
Sort NSArray of date strings or objects
Hello, I want to sort an NSMutableArray. The MutableArray contain NSstrings.Strings have this form "20112505" YYYY-MM-DD . How can i sort it ? thank you
[yourMutableArray sortUsingSelector:@selector(compare:)];
精彩评论