i know this is a stupid question but i just don't know :\
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 ?
i get the data from the database in this format and when i try a simple
c=a+b;
i get
00
thank you in advance