开发者

Localizing Dates From Remote Server

开发者 https://www.devze.com 2023-01-06 07:05 出处:网络
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 NSDateForm

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消