Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: example

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

Syntax

Now()

Arguments

No arguments

Examples

Following example calculates how many days ago was the issue was createdinvoice date.

DateDiffDays([IssueInvoice].CurrentMember.getgetProperty('CreatedInvoice atdate'), Now())

See also