FORMULA LANGUAGE
Returns the timedate when the document was created.
Syntax
@Created
Return value
dateCreated
@Created differs from @Now, in that @Created returns a timedate value that remains constant, while @Now returns a dynamic timedate 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