Today Function

Description:
The date value that is the current date on the server (not the client) machine.
Note that round brackets are not used for this special function.
This is often used as the default for date variables.
An alternative function for returning the current date is the TodayLocal Function, which returns the current date in a specified time zone.
Returns:
Date
Example:
When using functions inside a field, remember the field brackets:
{Today}
Expression
Result
Today > Date( 1900, 1, 1 )
true