@Today (Formula Language)
Returns today's date.
Syntax
@Today
Return value
today
Time-date. Today's date.
Usage
This function is identical to the formula @Date(@Now). It is usually used in default value formulas to automatically enter the current date.
Using @Today in column or selection formulas may impact the efficiency of your application. It also causes the view refresh indicator to display constantly.
In a field formula, Notes/Domino takes the value for @Today from the client computer's clock.
Examples
- This example returns 02/19/93 if today is February 19, 1993.
@Today
- This example sets the field named ReceivedDate to today's date.
FIELD ReceivedDate:=@Today