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 !
Added DateDiff, Dates