Today function (LotusScript® Language)

Returns the system date as a date value.

Syntax

Today

Return value

Today returns the system date as a Variant of DataType 7 (Date/Time).

The return value is the integer part of the value returned by the Now function.

Usage

The Today function is equivalent to the Date function.

You can call the function as either Today or Today( ).

Example