DATEDIFF
Last updated
Last updated
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.
fromDate – The start date of the interval.
toDate – The end date of the interval.
Number
Returns 14.