时间戳转换成距此刻多久
//model.create_time = 172636123;//时间戳
NSDate *postDate = [NSDate dateWithTimeIntervalSince1970:model.create_time];
self.class_timeLabel.text = postDate.timeAgoSinceNow;
//timeAgoSinceNow为DateTools第三方的方法;
时间戳转换成距此刻多久
//model.create_time = 172636123;//时间戳
NSDate *postDate = [NSDate dateWithTimeIntervalSince1970:model.create_time];
self.class_timeLabel.text = postDate.timeAgoSinceNow;
//timeAgoSinceNow为DateTools第三方的方法;
本文标题:时间戳
本文链接:https://www.haomeiwen.com/subject/qudxcqtx.html
网友评论