使用 (Billy Meltdown) NSDate-helper 方法转换 Unix 时间戳并显示?
我想将存储为 NSString 的 Unix 时间戳(例如 1315401371)转换为 2011 年 10 月 12 日 23:00 的日期格式。
有许多与此相关的类似问题,但我希望使用 billymeltdown / nsdate-helper 方法
我已经导入了2 个文件(.h 和 .m)到我的项目中,但还没有取得更多进展。 我已经阅读了文档,但是我对 Objective C 仍然很陌生,并且不明白我实际如何使用这些库。
提前致谢。
I would like to convert a Unix timestamp e.g 1315401371 stored as a NSString into a date format of 23:00 12 October 2011.
There are a number of similar questions being ask in relation to this however I wish to use billymeltdown / nsdate-helper methods
I have imported the 2 files (.h and .m) into my project, but have not manage to get further than that.
There is documentation, which I have read, however I am still very new to objective C and do not understand how I actual use the libraries.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用
NSDateFormatter
You should use
NSDateFormatter