Today
Return the current date
Declaration
Source position: dateutil.inc line 109
function Today : TDateTime;
Description
Today is an alias for the Date function in the sysutils unit.
For an example, see Yesterday
See also
| Name | Description |
|---|---|
| Date | Return the current date. |
| Tomorrow | Return the next day |
| Yesterday | Return the previous day. |