Hi,
I have to calculate hours from given start and end time. For example:
Dim starttime, endtime, totaltime
starttime = "09:00"
endtime = "16:45"
' This is where i want to get the difference between above
totaltime = endtime - starttime
' The resulting value/string should be 07:45
Both...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.