P
philips
Unregistered / Unconfirmed
GUEST, unregistred user!
在 bcb4中,计算两日期之间的天数用:
iTS = datetime1- datetime2;
对于字符串类型日期用:
iTS = StrToDate(sDate1)-StrToDate(sDate1);
能得到正确结果,可在Delphi5中,却不正确,大家是怎样做的?
iTS = datetime1- datetime2;
对于字符串类型日期用:
iTS = StrToDate(sDate1)-StrToDate(sDate1);
能得到正确结果,可在Delphi5中,却不正确,大家是怎样做的?