if StrToDatetime(i)>StrToDatetime('2007-11-9') then
Result:= True
else
版主这段代码,不能删因为我要判断这个日期前的用户都有什么样的权限,,,
但日期出错,能不能后面的用*号代替。
如下:if StrToDatetime(i)>StrToDatetime
('2007-11-9','*','*')---*分别对应 上下午,和时秒分。。。或者为('2007-11-9','','')---这样行吗
then
Result:= True
else
由这种方式么?