Investment Studio > Expressions > Functions > Date & Time > TODAY

date today()

Returns the current date, as reported by the computer's built-in clock.

Note that the function value only changes when the expression is calculated. It is not updated continuously.

Example

If the computer's built-in clock is set to 6:20:50 PM, March 4, 2002,

=today()

equals 37319 (if interpreted as a plain float).

See also date, datevalue, day, month, now, timevalue, year.