Drstein99
Junior Contributor
Trying to get a simple "HH:MM:SS" (in STRING format)
from the difference of these two datetime formats:
endtime-starttime
I want to know in HH:MM:SS how much time inbetween starttime and enddtime.
I know:
DateDiff(DateInterval.Second, starttime, endTime)
will return the number of seconds, but its the total number of seconds, not the ones leftover from hours and minutes. Please help.
from the difference of these two datetime formats:
endtime-starttime
I want to know in HH:MM:SS how much time inbetween starttime and enddtime.
I know:
DateDiff(DateInterval.Second, starttime, endTime)
will return the number of seconds, but its the total number of seconds, not the ones leftover from hours and minutes. Please help.