如何将NSString转换为NSDate对象

时间:2016-05-25 09:04:43

标签: ios objective-c nsstring nsdate

我以这种格式从服务器接收TimeString - "2012-04-23T14:00:00.511Z"由于某种原因,我试图通过以下方式将其转换为NSDate对象时得到nil

NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"yyyy-MM-dd HH:mm:ss a"];
NSDate *myDate = [df dateFromString: @"2012-04-23T14:00:00.511Z"];

可能是什么问题?

1 个答案:

答案 0 :(得分:1)

您的代码应该是,

 (node top 50 week 201601)-[first]->(node mike posner)-[next]->(node afrojack)-[next]->(node willy).