I am using c++ and would like to know the easiest way to turn decimals in to the form hours:minutes:seconds.
You can assume the integer is in the form of hours (e.g. 242.4 = 242 hours 24 seconds etc)
Also, I would like it so that seconds is to one decimal place, and that if a field is blank it will show up like this 00:00:00.0
Thanks heaps :mrgreen: