date_date_of

Returns the date value of the given datetime.

 

Syntax:

date_date_of(date);

ArgumentTypeDescription
dateDatetimeThe datetime to extract the date from.

 

Returns:

Real

 

Example:

today = date_date_of(date_current_datetime());

This would return the current date only and store the value in the variable "today".