獲得系統當前時間

2021-06-05 21:38:23 字數 364 閱讀 6794

nsdateformatter*nsdformatter=[[[nsdateformatter

alloc

] init

]autorelease];

[nsdformatter setdatestyle:nsdateformattershortstyle];

[nsdformatter

setdateformat

:@"yyyy-mm-dd hh:mm:ss"];

nsstring *timer=[nsdformatter stringfromdate:[nsdate

date]];

nslog(@"

當前時間

%@",timer);

獲得系統當前時間

方案 優點 僅使用c標準庫 缺點 只能精確到秒級 include include int main void size t strftime char strdest,size t maxsize,const char format,const struct tm timeptr 根據格式字串生成字...

獲得當前系統時間

1.首先包括標頭檔案 2.然後 time t rtime 用time t表示的時間 日曆時間 是從乙個時間點 例如 1970年1月1日0時0分0秒 到此時的秒數。在time.h中,我們也可以看到time t是乙個長整型數。3.struct tm timeinfo time rtime timeinf...

C C 獲得系統當前時間

方案 優點 僅使用c標準庫 缺點 只能精確到秒級 include include int main void size t strftime char strdest,size t maxsize,const char format,const struct tm timeptr 根據格式字串生成字...