.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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