Time Adder is designed to allow users to enter multiple elapsed time values in hours, minutes, and seconds and calculate the sum of the elapsed times. New rows can be added to allow for more times to be added. If desired, negative values can be used to subtract time.
Total elapsed time is calculated simply by adding up the number of seconds in each row and adding/subtracting them from the total and then redisplaying in hours, minutes, and seconds.
Attribution: Time-Adder was written by Allison Sheridan of podfeet.com. Everything she knows about modern programming is thanks to Bart Busschots and the Programming By Stealth podcast they host together, and from the community of listeners to the show, affectionately called the NosillaCastaways.
Time Adder Is designed to allow users to enter multiple elapsed time values in hours, minutes and seconds and calculate the sum of the elapsed times. New rows can be added to allow for more times to be added. Enter negative values in each field if you wish to subtract.
Total elapsed time will be calculated simply by calculating the number of seconds in each row and adding/subtracting them from the total and then converting them back into hours, minutes, and seconds.
You have two export options: Export to CSV and Export to HH:MM:SS. Both export options will pop up an alert allowing the usuer to copy the data to the clipboard.