• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IOMANIP question

DarkKnight

Golden Member
I want to output some time in my project where the format is:

Minute : Sec . hundreths of a second

5:12.23


the thing is that the seconds and hundreths of a second must be 2 digits

5:00.00

instead of

5:0.0

is there anyway i can use IOMANIP to get the the outputs right when seconds and hundreths of a second are less than 10?
 
Back
Top