delphi 获取时间日期

2018-10-31

edit1.Text:=datetimetostr(now);

edit1.Text:=datetostr(now);

edit1.Text:=timetostr(now);

edit1.Text:=datetostr(date);

阅读32