c++得到时间的函数

来源:互联网 发布:js如何解析json数据 编辑:程序博客网 时间:2024/05/17 21:32
CTime t=CTime::GetCurrenttime();
int year,month;
year=t.GetYear();
month=GetMonth();