ios時間戳與時間的轉換

2021-07-14 05:10:33 字數 845 閱讀 7789

//例項化乙個nsdateformatter物件

nsdateformatter*dateformatter = [[nsdateformatter

alloc

] init];

//設定時間格式,這裡可以設定成自己需要的格式

[dateformatter setdateformat:@"yyyy-mm-dd hh:mm"];

//    //用[nsdate date]可以獲取系統當前時間

//    nsstring *currentdatestr = [dateformatter stringfromdate:[nsdate date]];

//    //輸出格式為:2010-10-27 10:22:13

//    nslog(@"---------%@",currentdatestr);

nsdate

*confromtimesp = [

nsdate

datewithtimeintervalsince1970:

1296035591

];//1296035591為時間戳。 //

long timeb=[cspm.postime

longlongvalue];// cspm.postime 是字串

把 timeb= confromtimesp就好

nsstring *confromtimespstr = [dateformatterstringfromdate:confromtimesp];

nslog

(@"confromtimespstr =  %@",confromtimespstr);

// long 格式的轉換 

時間與時間戳之間的轉換

function pad0 i function f timestamp python 時間與時間戳之間的轉換 csdn部落格 對於時間資料,如2016 05 05 20 28 54,有時需要與時間戳進行相互的運算,此時就需要對兩種形式進行轉換,在python中,轉換時需要用到time模組,具體的操...

時間戳轉換時間

遇到兩個問題,第一是當前時間轉化為時間戳,第二是獲取的當前時間和系統的時間相差8個小時 一,轉化的方法為 nsstring timesp nsstring stringwithformat d long localedate timeintervalsince1970 nslog timesp ti...

時間戳轉換日期 日期轉換時間戳 時間戳轉換星期

時間戳轉換日期 string date orderinfo.getchangetime replace null dateformat sdf new dateformat mm dd string monthdate sdf.format new date long.parselong date ...