if i have 2 time variables:
a = 00:00:12 and b = 00:00:05
how would i add them together to make :
c = 00:00:17 ?
then i need to divide them to crate an average,
but im stuck on the add part.
i get the data from the database in this format and when i try a simple :
c=a+b;
i get :
00
how do i implement simple math operations on a time variable?
Or you simply go straight forward 😉