Subtracting dates

How do I get the difference between two dates? Subtracting them doesn’t seem to work.

Hey Abel, you can use the DateDiff() function to get the delta. Documentation here !

1 Like

Added DateDiff, Dates