Warning: array_splice() expects parameter 1 to be array, null given in /www/wwwroot/aolonic.com/inc/function.php on line 2216
计算2007年10月1日和2008年1月18日之间的天数间隔。 5-

计算2007年10月1日和2008年1月18日之间的天数间隔。

要求:年,月,日通过main方法的参数传递到程序中。请大虾指点。能运行补加
俺是初学者,请不要用太难的语句,谢谢,还有请注意要求

CTime tm1(2007,10,1,0,0,0);
CTime tm2(2008,1,18,0,0,0);
CTimeSpan tm3;
tm3 = tm2 - tm1;
int nDay = tm3.GetDays()
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜