我想用 NSDateFormatter
Mon,05 Aug 2013 00:00:00 +0000
我应该写什么作为日期格式?
我试过这个但是没有用。
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"Day, dd Mon yyyy hh:mm:ss a"];
答案 0 :(得分:2)
[df setDateFormat:@"eee, dd MMM yyyy hh:mm:ss ZZZ"];
如果这不起作用,请将此作为参考:
http://www.unicode.org/reports/tr35/tr35-25.html#Date_Format_Patterns