Procedure TForm1. Button8Click (Sender: TObject);
Var second1 second2: int64;
The date, date1: TDateTime;
Datastr datastr1: string;
The begin
Date:=now;
Edit5. Text:=FormatDateTime (' yyyymmddhhnnss, date);
Second1:=DateTimeToUnix (date);
Date1:=unixtodatetime (second1);
Edit6. Text:=FormatDateTime (' yyyymmddhhnnss, date1);
end;
CodePudding user response:
After the test, it is right,
CodePudding user response:
How many times have you tested, please? I test, will certainly out of 10 times once,CodePudding user response:
Certainly more than 20 times in a row,CodePudding user response:
IDE low version?