
Calculate sum of times in ASP
Hello,
A question, does anyone know how to sum up times in ASP?
I have a database with a table looking something like this:
beginCall endCall end date
10:02:39 10:04:21 10:05:22 10-09-2001
I want to have the sum of all the time from beginCall to end during a day.
How do I get that? Surely there must be a time calculating thingy in ASP
that can do it for me?
Greets,
Sebastiaan.