开发者

DateTime conversion with Objective C

I have a Date/T开发者_JAVA百科ime they come from a Apache server in this format :

2011-05-20T14:21:00.103-04:00

How I can convert this Date/Time to NSDate...

Thanks


Use an NSDateFormatter. You'll need to specify the dateFormat, and the patterns you can use are available here.


[NSDate dateWithString:@"2011-05-20T14:21:00.103-04:00"];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜