码迷,mamicode.com
首页 > 移动开发 > 详细

IOS- 1970ms时间计算

时间:2015-11-27 14:33:40      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

//创建时间

            NSInteger numTime = [dict[@"createTime"][@"time"] longLongValue]/1000;

            NSDate *nowTime = [NSDate dateWithTimeIntervalSince1970:numTime];

            

            NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];

            [dateFormat setDateFormat:@"yyyy-MM-dd HH:mm:ss"];

            NSString *dateString = [dateFormat stringFromDate:nowTime];

            

            cd.createTime = dateString;

IOS- 1970ms时间计算

标签:

原文地址:http://www.cnblogs.com/yw2015/p/5000332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!