I want to subtract two Date variables and show the result in this format:
hh:mm:ss
I'm thinking that there might be an easy way of doing that. something like:
....
Return DateDiff(DateIn terval.Second, date1, date2).ToString ("hh:mm:ss")
....
Is there such an easy way of doing this?
hh:mm:ss
I'm thinking that there might be an easy way of doing that. something like:
....
Return DateDiff(DateIn terval.Second, date1, date2).ToString ("hh:mm:ss")
....
Is there such an easy way of doing this?
Comment