标签: cocoa nsdateformatter
我正在使用JSON API,它返回日期,例如:2012-11-13T17:32Z。 formatString关联NSDateFormatter实例的正确值是什么?
2012-11-13T17:32Z
formatString
NSDateFormatter
编辑:
我尝试了@"yyyy-MM-dd'T'hh':'mm'Z'"。
@"yyyy-MM-dd'T'hh':'mm'Z'"
答案 0 :(得分:1)
你不需要冒号周围的引号,你应该使用大写H的时间。