FORMULA LANGUAGE


@Day
Example

Extracts the day of the month from the specified date.

Syntax

@Day( timeDateValue )

Parameters

timeDateValue


Return value

dayOfMonth


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

Language cross-reference

Day function of LotusScript language

Example
See Also