Time picker missing 0 minute problem

Does anyone know why if you set text label to time picker minutes it only shows the last digit if under 10 minutes. so the time will read 25 minutes is correct but if it is 08 minutes it only shows 8 missing 0.

And how to fix

It’s being friendly.

To get a leading zero, add 100 and then use the text segment block to get characters 2-3.

or

https://puravidaapps.com/snippets.php#2leadingZeros

1 Like

I forgot to also mention the Clock component’s very flexible date and time formatting blocks.