The Date function returns the current local system date as a TDateTime data type.
The value does not include time, which is set to 00:00:00.
Declaration: Function Date : TDateTime;
A example showing the function used along with FormatDateTime.
For additional information, please see DateTime (TDateTime).
This Date function performs the same function as Today, and also performs a similar function as DateOf.