[Overview][Constants][Procedures and functions] Reference for unit 'dateutils' (#rtl)

Today

Return the current date

Declaration

Source position: dateutil.inc line 108

function Today: TDateTime;

Function result

Current day as TDateTime.

Description

Today is an alias for the Date function in the sysutils unit.

For an example, see Yesterday

See also

#rtl.sysutils.Date

  

Return the current date.

Yesterday

  

Return the previous day.

Tomorrow

  

Return the next day