my problem is when i make addition of two time then it only output hours
from 0-23. I need something that will output time as such:
150:0:0
to represent 150 hours, 0 minutes, and 0 seconds.
for example:
when i make ’23:59:59’+ ’01:40:40′
then it only output ’00:40:40′
please help me guys.
thanks in advance
1 Answer