CString str;
SYSTEMTIME st;
::GetLocalTime(&st);
CTime t;
t = CTime::CTime(st);
str = t.Format(L"%Y-%m-%d");
CString str0 = t.Format(L"%H:%M:%S");
MessageBox(str,L"提示",0);
MessageBox(str0,L"提示",0);
SYSTEMTIME st;
::GetLocalTime(&st);
CTime t;
t = CTime::CTime(st);
str = t.Format(L"%Y-%m-%d");
CString str0 = t.Format(L"%H:%M:%S");
MessageBox(str,L"提示",0);
MessageBox(str0,L"提示",0);