CString str;
COleDateTime time = COleDateTime::GetCurrentTime();
str=time.Format("%Y-%m-%d %H:%M:%S"); //根据得到的当前时间格式化为字符串形式
SetDlgItemTextA(IDC_STATIC_TIME,str);
CTime time="CTime::GetCurrentTime"(); //获得系统时间
CString m_strTime=time.Format("%Y-%m-%d %H:%M:%S");
strncpy((char *)timech,(LPCTSTR)m_strTime, sizeof(timech));
文章评论(0条评论)
登录后参与讨论