Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the current date and time according to your eazyBI server system date and time.

Syntax

Code Block
Now()

Arguments

No arguments

Examples

Following example calculates how many days ago was the invoice date.

Code Block
DateDiffDays([Invoice].CurrentMember.getProperty('Invoice date'), Now())

See also