Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我查看了 apples api,并且正在弄清楚如何转换表示日期和时间的字符串,如下所示:
2012-02-09 18:58:25
进入如下所示的日期和时间:
2012 年 9 月 2 日下午 6 点 59 分。
我该怎么做呢?谢谢你的帮助。
这里将使用 NSDateFormatter 对象,我在评论中包含了文档的链接。