获取系统当前时间
时间:2010-09-04 来源:cqx
SYSTEMTIME systime;
::GetSystemTime(&system);
CString strText = _T("");
strText.Format(_T("%d-%d-%d\n %d:%d:%d"), systime.wYear, systime.wMonth, systime.wDay, systime.wHour, systime.wMinute, systime.wSecond);
相关阅读 更多 +