LOTUSSCRIPT LANGUAGE


DateValue function
Example

Returns the date value represented by a string expression.

Syntax

DateValue ( stringExpr )

Elements

stringExpr


Return value

DateValue returns the date value represented by stringExpr.

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

Usage

If the stringExpr argument specifies a time of day, DateValue validates the time, but omits it from the return value.

Language cross-reference

@TextToTime function in formula language

Example
See Also