MFCで現在の時間を得る VC++6

CTime timeNow = CTime::GetCurrentTime();
CString sTime = timeNow.Format("%Y%m%d%H%M%S");

ネタ元