使用CTime类
CString str;
//获取系统时间
CTime tm;
tm=CTime:: GetCurrentTime_r();
str=tm.Format("现在时间是%Y年%m月%d日 %X");
MessageBox(str,NULL,MB_OK);
使用CTime类
CString str;
//获取系统时间
CTime tm;
tm=CTime:: GetCurrentTime_r();
str=tm.Format("现在时间是%Y年%m月%d日 %X");
MessageBox(str,NULL,MB_OK);