Return the current date.
Source position: dateutil.inc line 131
| function Today: TDateTime; | 
Current day as TDateTime.
Today is an alias for the Date function in the sysutils unit.
For an example, see Yesterday
| 
 | Return the current date. | |
| 
 | Return the previous day. | |
| 
 | Return the next day after today. |