码迷,mamicode.com
首页 > 其他好文 > 详细

获取当前时间并格式化,CTime类

时间:2017-02-15 12:42:39      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:color   ctime   pre   current   环境   使用   nbsp   类库   bsp   

CTime类,此类应该不是C++标准类库,属于windows封装的关于时间的类库,使用环境应该为 Win32程序,MFC程序,VC++程序

 

CTime tm = CTime::GetCurrentTime();
CString time = tm.Format(_T("%Y%m%d"));

 

获取当前时间,并且进行格式化操作,转换为CString类型

获取当前时间并格式化,CTime类

标签:color   ctime   pre   current   环境   使用   nbsp   类库   bsp   

原文地址:http://www.cnblogs.com/fudong071234/p/6400669.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!