本文介绍了在可可/可可触摸中使用的日期格式说明符在哪里查找?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
例如: [dateFormatter setDateFormat:@yyyy-MM-DD HH:mm:ss];
我想有一个列表,显示所有这些日期格式说明符,但找不到任何。 NSDateFormatter文档似乎没有提及这些。
I guess there's a list somewhere that shows all those date format specifiers, but can't find any. The NSDateFormatter docs seem to not mention these.
推荐答案
它使用。
另请注意:NSDateFormatter更改很多与iOS 4,所以一定要仔细阅读文档。
Also note: NSDateFormatter changes a lot with iOS 4, so make sure you read the documentation carefully.
这篇关于在可可/可可触摸中使用的日期格式说明符在哪里查找?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!