From Clomosy Docs
function DateToStr(Date TDateTime):string;
The DateToStr function converts a DateTime value to a formatted date string.
Example:
begin
ShowMessage('myDate = '+DateToStr(Date));
end;
Output:
myDate = 27.02.2023
From Clomosy Docs
function DateToStr(Date TDateTime):string;
The DateToStr function converts a DateTime value to a formatted date string.
Example:
begin
ShowMessage('myDate = '+DateToStr(Date));
end;
Output:
myDate = 27.02.2023