摘要:
|字号订阅一.CTime转化为CStringCTime tmSCan =CTime::GetCurrentTime();CString szTime = tmScan.Format("'%Y-%m-%d %H:%M:%S'");这样得到的日期时间字符串就是以"2006-11-27 23:30:59"的格式.这是不是很方便呢?//取得CTime中的日期CString cstrDate = tmScan.Format("%Y-%m-%d");//取得CTime中的时间CString cstrTime = tmScan.Fo 阅读全文