DATEDIFF
The DATEDIFF function returns the number of days between two input dates. The input dates should be in MM/DD/YYYY format. Node references are also accepted as arguments.
Syntax
Arguments
fromDate – The start date of the interval.
toDate – The end date of the interval.
Return value
Number
Example
Returns 14.
Last updated