@Tomorrow (Formula Language)

Returns the time-date value that corresponds to tomorrow's date.

Syntax

@Tomorrow

Return value

tomorrow

Time-date. Tomorrow's date.

Usage

Using @Tomorrow 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 @Tomorrow from the clock in the client computer.

Examples

  1. This example returns 4/26/93 if today is April 25, 1993.
    @Tomorrow
  2. This example sets the field named AnswerBack to tomorrow's date.
    FIELD AnswerBack:=@Tomorrow