博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IOS- 1970ms时间计算
阅读量:5291 次
发布时间:2019-06-14

本文共 394 字,大约阅读时间需要 1 分钟。

//创建时间

            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;

转载于:https://www.cnblogs.com/yw2015/p/5000332.html

你可能感兴趣的文章
code3731 寻找道路
查看>>
maven内置属性
查看>>
java 的File文件
查看>>
如何使用USBWebserver在本机快速建立网站测试环境
查看>>
css relative
查看>>
百度Ueditor编辑器的Html模式自动替换样式的解决方法
查看>>
变量提升
查看>>
Vrrp和Hsrp的区别
查看>>
线性表可用顺序表或链表存储的优缺点
查看>>
在现有的mysql主从基础上,搭建mycat实现数据的读写分离
查看>>
WPF---数据绑定(一)
查看>>
HDU 4903 (模拟+贪心)
查看>>
C++ GC
查看>>
mysql: instr 多个字段 like数据
查看>>
php程序突然不能用file_get_contents()访问远程网址了?
查看>>
git clone 报错 fatal: remote did not send all necessary objects
查看>>
VirtualBox Host-Only 连接设置
查看>>
音频重采样
查看>>
【NOI OJ】一大波题正在飞来(ˉ▽ ̄~) 我才不是 Ctrl C + Ctrl V 的人呢
查看>>
BootStrap学习
查看>>