I am trying to format a datediff in a paticular format. I have a start date and end date and I am using datediff("D",startdate, enddate) which return only a number of days which is what it was intended to do.
What I need to see is a date diff format in DD:HH:MM just like that so for example it would like like 04:03:18
Thank you in advance.
Start Free Trial