Format Dates In Objective-C With NSDate + NSDateFormatter
No frills, just the latest news from hundreds of the best sources.
Format Dates In Objective-C With NSDate + NSDateFormatter
Feb 2, 2012 10:20 pm
Anyone how uses NSDate knows that the output format can be pretty unpleasant looking. This output is not something that you would generally present to your users. So what is an Objective-C programmer to do with dates? The answer is to use NSDateFormatter to create date formats and get data objects formatted as strings that [...]