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

Syntax

Now()
CODE

Arguments

No arguments

Examples

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

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