@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

  1. This example returns 02/19/93 if today is February 19, 1993.
    @Today
  2. This example sets the field named ReceivedDate to today's date.
    FIELD ReceivedDate:=@Today

Language cross-reference

Now function of LotusScript® language

Today function of LotusScript language

SetNow method of LotusScript NotesDateTime class

Today property of LotusScript NotesInternational class

setNow method of Java™ DateTime class

Today property of Java International class


Additional Documentation | Trademarks |