Try
[formatter setDateFormat:@"MM/dd/yyyy"]
Instead of what you have in Line 3.
This should give you the date format you are expecting. With regards to sorting, I am a little confused. You have no code that sorts. Are you trying to sort or just format the date string?