Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
note
Panel
bgColorwhite

NOW


Returns the current date and time of the server. The date and time are given as base type dateTime, formatted as dd-mm-yyyy HH:mm:ss.


Syntax

Code Block
NOW


Return type

  • dateTime
UI Text Box
type
Info

The NOW function returns a date- and timestamp. It is only recalculated when the expression in which you use the NOW function is reevaluated. This recalculation will not cause other expressions that use the NOW function to be reevaluated.


Back to top