SirLaugha1ot
Programmer
I am trying to figure out how to take a time (i.e. "8:04" for time spent-not the actual time) and amount completed (i.e. 65) and figure out how many were completed per hour.
The time spent comes from the difference between the start and stop times.
My problem is that I cannot figure out how to have 8:04 represented as 8 hours and 4 minutes so I can divide it with the amount completed and receive the true number instead of some crazy number. For my sake, I hope that makes sense!
The time spent comes from the difference between the start and stop times.
My problem is that I cannot figure out how to have 8:04 represented as 8 hours and 4 minutes so I can divide it with the amount completed and receive the true number instead of some crazy number. For my sake, I hope that makes sense!