I’ve created a stopwatch using date and time stopwatch plug-in to create logged hours. The issue I am have if is when I try to total the logged times from the stopwatch
logged hours sum : logged minutes sum : logged seconds sum
It is not converting to total as a time but is converting the logged time in numbers so when there are seconds being totalled it doesn’t stop at 60 seconds for example if I have 4 time logs of 20 seconds it’s totalling as 80 seconds (0:0:80) rather then a minute and 20 seconds (0:1:20)
How to I make it so when It hits 60 seconds it converts to one minute in order to display the total as a logical time total.
Appreciate any help thanks!!