FORMULA LANGUAGE


@Date
Example

Translates numbers for the various components of time and date, then returns the timeĀ­date value.

Syntax

@Date( year ; month ; day )
@Date(
year ; month ; day ; hour ; minute ; second )
@Date(
time-date )

Parameters

year


month
day
hour
minute
second
time-date
Return value

truncatedTimeDate


Usage

If the parameter is a date-time 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

DateNumber function in LotusScript language

DateOnly property of LotusScript NotesDateTime class

DateOnly property of Java DateTime class

toJavaDate method of Java DateTime class

Example
See Also