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