LOTUSSCRIPT LANGUAGE


Day function
Example

Returns the day of the month (an integer from 1 to 31) for a date/time argument.

Syntax

Day ( dateExpr )

Elements

dateExpr

Return value

Day returns an integer between 1 and 31.

The data type of the return value is a Variant of DataType 2 (Integer).

Day(NULL) returns NULL.

Language cross-reference

@Day function in formula language

Example
See Also