最后15点积分了,请各位前辈赐教! 如何判断文本框内的日期是在今天之前还是在今天之后?(15分)

  • 主题发起人 主题发起人 CPU风扇
  • 开始时间 开始时间
C

CPU风扇

Unregistered / Unconfirmed
GUEST, unregistred user!
语句怎么写?
谢谢
 
if StrToDateTime(Edit1.Text) > Now() then
ShowMessage('date time is large than now time');
 
应该是 if StrToDate(EDIT.text)>now() then
Showmessage('date is large than now ');
 
同意楼上意见
 
后退
顶部