如何使用 iPhone 中的 tome zone 从特定字符串格式获取日期
大家好,我有字符串格式的日期“2009-07-06T02:05:11.000+10:00”,这是我从 xml 中获取的。现在我需要将其转换为日期格式并使用它。我该怎么做 谢谢大家
hello all I have the date in string format "2009-07-06T02:05:11.000+10:00" which i have taken from xml.. Now i need to convert that into date format and use it.How could I do this
Thanks all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅文档 NSDateFormatter< /a>
大致如下:
See the doc for NSDateFormatter
Roughly as follows: