I need to get the difference between two dates (in DateTime format) and it should read like this:
5 days, 10 hours, 33 minutes
Is there any function returning the difference between two dates in "DD, HH, MM" format or I need to write a formula calculating all this?
5 days, 10 hours, 33 minutes
Is there any function returning the difference between two dates in "DD, HH, MM" format or I need to write a formula calculating all this?