LOTUSSCRIPT LANGUAGE
Returns the day of the month (an integer from 1 to 31) for a date/time argument.
Syntax
Day ( dateExpr )
Elements
dateExpr
In a 2-digit year designation in SmartSuite, LotusScript interprets the years differently. For information on how each SmartSuite product interprets 2-digit year designations, see the online Help entry entitled Year 2000. This entry appears on the Help menu of each SmartSuite product.
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