LOTUSSCRIPT LANGUAGE


DateNumber function
Example

Returns a date value for a given set of year, month, and day numbers.

Syntax

DateNumber ( year , month , day )

DateSerial is acceptable in place of DateNumber.

Elements

year


month
day
Return value

DateNumber returns the date value for the given year, month, and day.

The data type of the return value is a Variant of DateType 7 (Date/Time).

Language cross-reference

@Date function in formula language

@Time function in formula language

Example
See Also