I'm storing all dates on my server as UTC. I fetch this data to my app via JSON and am successf开发者_Go百科ully parsing these dates. How should I localize the dates in Objective C?
Check out NSDateFormatter
it has build in formatting and can display based on local.
精彩评论