Date function (LotusScript® Language)

Returns the current system date as a date/time value.

Syntax

Date[$]

Return value

Date returns the integer part of the value returned by the Now function. Date returns that value as a Variant of DataType 7 (Date/Time). Date$ returns that value as a String.

Usage

The Date function is equivalent to the Today function.

You can call the Date function as either Date or Date( ). You can call the Date$ function as either Date$ or Date$().

Example