delphi7 如何取本地时间delphi7 如何取本地时间[解决办法]procedure TForm1.FormCreate(Sender: TObject);beginedt23.text:=formatdatetime(' yyyy-MM-dd hh:mm:ss',now);end;