FORMULA LANGUAGE


@Today
Example

Returns today's date.

Syntax

@Today

Return value

today


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, Lotus Notes/Domino takes the value for @Today from the client computer's clock.

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

Example
See Also