iPhone 中的日期格式
我的日期是 2010 年 8 月 2 日,即 2010 年 8 月 2 日,现在我想将其显示为 2010 年 8 月 8 日星期一
感谢您的帮助
I am having a date as 2010-08-02 which is 2nd August 2010 now i want to dispaly this as Monday,8 August ,2010
Thanks for the help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 NSDateFormatter ,如果需要,可以从字符串创建您自己的格式化程序,如第二个链接(最后一个列表)中所示。
http://开发人员。 apple.com/iphone/library/documentation/cocoa/reference/foundation/Classes/NSDateFormatter_Class/Reference/Reference.html
http://developer.apple.com/iphone/library/documentation/cocoa/Conceptual/DataFormatting/Articles/dfDateFormatting10_4.html
You should take a look at NSDateFormatter and if neccessary create your own formatter from a String like in the second link (The last listing).
http://developer.apple.com/iphone/library/documentation/cocoa/reference/foundation/Classes/NSDateFormatter_Class/Reference/Reference.html
http://developer.apple.com/iphone/library/documentation/cocoa/Conceptual/DataFormatting/Articles/dfDateFormatting10_4.html