FORMULA LANGUAGE


@Created
Example

Returns the time­date when the document was created.

Syntax

@Created

Return value

dateCreated


Usage

@Created differs from @Now, in that @Created returns a time­date value that remains constant, while @Now returns a dynamic time­date that changes with each formula evaluation when it is used in a computed field.

In a field formula, Lotus Notes/Domino takes the value for @Created from the server clock, unless the database is local.

Language cross-reference

Created property of LotusScript NotesDocument class

Created property of Java Document class

Example
See Also