Zero leading number

I’ve taken a look at the clock tutorials and other numerical counter ones too, but cannot fathom how you can display the PC clock time with a ZERO leading double digit - so it looks like a digital clock:

For example:
12:01:04 - for a minute and a bit past twelve
all i can get is:
12:1:4 - which isnt ideal.

I need hours, minuets and seconds as three seperate text nodes - and cannot get them to lead with a zero when they are being sent a clock time in single digits.

Any help would be greatfully recieved.

The zero leading number seems to be fine on my end - Can you try this project to see if that gets you where you need to be?


Clock Time.dfx (13.7 KB)