DateDiff
Last updated
Last updated
The DateDiff()
function calculates the difference between two dates. You can use the DateDiff for the difference in: year, month, week, day, hour, minute or second.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a number that is the difference between two dates in a specific unit. If one of the two dates is unknown then this function returns unknown.
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
Name | Type | Required | Description |
---|---|---|---|
| date time | the start date | |
| date time | the end date | |
| Keyword | the date unit of which the difference is calculated. Possible values: years, months, weeks, day, hour, minute or second. |