How to format NSDate?
How can I get my NSDate to display in the format for example i.e "Tue Feb 26, 2011" Matthias Bauch Do it right. Don't hardcode your date formats. There are countries that are not your country and they might have different date formats. So if you want to show this date to the user you should use a method that takes the users locale into account. You could use the dateFormatFromTemplate:options:locale: method introduced in iOS4 to get the appropriate format with all the information you want. And if you have to support iOS < 4 you should create a plist with this template method to create the