Y
yedixifeng
Unregistered / Unconfirmed
GUEST, unregistred user!
想实现到某一天软件就停止使用,写的代码如下:
if inttostr(Trunc(strtodate('2007-12-15')-strtodate(Date))) < 0 then
运行时通不过呢?
if inttostr(Trunc(strtodate('2007-12-15')-strtodate(Date))) < 0 then
运行时通不过呢?