iOS: How to get a proper Month name from a number? Ricardo 17:44 An option is to use the monthSymbols method: int monthNumber = 11 ; //November NSDateFormatter * df = [[[ NSDateFormatter alloc ]...Read More