I have a form where users can post their time-based results. To make sure data is valid I use 3 fields in the form representing hours, minutes and seconds.
So I end up with 3 integers in my table. How to I make a DURATION format (h:mm:ss) out of thes...