My table does an addition of how much time it takes to finish production.
It spits out values like: 192.5, or 100.25.
I'd like to know how to turn these values into something like this:
120 ---> 120 minutes
140.5 ---> 2 hours, 20 minutes, 30 seconds
30.25 ---> 30 mintes, 15 seconds
The formatting is unimportant, just would like to display time.