I'm sure this has been asked before in some other way that I just can't find, so I apologize upfront for repeating if I am.
I am trying to calculate the difference between two dates and then display that difference in days, minutes, and seconds; something like "3 days 23 minutes and 59 seconds"
Very easy, I'm sure, but I'm a C# guy by practice so I'm having a hard time thinking out of the box on this one.
Thanks in advance!