時(shí)間戳轉(zhuǎn)換成距此刻多久
//model.create_time = 172636123;//時(shí)間戳
NSDate *postDate = [NSDate dateWithTimeIntervalSince1970:model.create_time];
self.class_timeLabel.text = postDate.timeAgoSinceNow;
//timeAgoSinceNow為DateTools第三方的方法;
時(shí)間戳轉(zhuǎn)換成距此刻多久
//model.create_time = 172636123;//時(shí)間戳
NSDate *postDate = [NSDate dateWithTimeIntervalSince1970:model.create_time];
self.class_timeLabel.text = postDate.timeAgoSinceNow;
//timeAgoSinceNow為DateTools第三方的方法;