我發(fā)現(xiàn),網(wǎng)上搜出來的搞挣,上面的寫的是隨便時(shí)間轉(zhuǎn)時(shí)間戳带迟,但是中間還是獲得當(dāng)前時(shí)間,再把當(dāng)前時(shí)間轉(zhuǎn)為時(shí)間戳囱桨,好煩仓犬,看了半天!舍肠!最后搀继,終于找到了!話不多說翠语,上代碼_辞!
NSString *string2 = @"2018.06.13";
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter setDateStyle:NSDateFormatterMediumStyle];
[formatter setTimeStyle:NSDateFormatterShortStyle];
[formatter setDateFormat:@"yyyy.MM.dd"]; //(@"YYYY-MM-dd hh:mm:ss") ----------設(shè)置你想要的格式,hh與HH的區(qū)別:分別表示12小時(shí)制,24小時(shí)制
NSDate* date = [formatter dateFromString:string2]; //------------將字符串按formatter轉(zhuǎn)成nsdate
//時(shí)間轉(zhuǎn)時(shí)間戳的方法:
NSInteger timeSp = [[NSNumber numberWithDouble:[date timeIntervalSince1970]] integerValue];
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者