Description
Returns the number of days between the end_datetime and the start_datetime.Syntax
DateDiffDays(end_datetime, start_datetime)
Arguments
end_datetime - string expression in ISO 8601 format. start_datetime - string expression in ISO 8601 format.Examples
DateDiffDays('2009-01-07T01:07:01.000Z','2008-02-01T00:00:00.000Z') returns 341