I want change time format.
I have a time calculated = 70 minutes
But I want change format to time = 01:10:00
How I could do it?
Best Regards
Fernando
I want change time format.
I have a time calculated = 70 minutes
But I want change format to time = 01:10:00
How I could do it?
Best Regards
Fernando
Use the maths quotient and remainder blocks to get the hours/minutes/seconds then build your “time” using text join blocks.