Digits Padding node printing to Log ?

Hello, im using this node in a widget to convert a time (hour/minutes) integrers into a 2 digits time display (1:5 becomes 01:05)

But the node is printing to log all the time, is there a way to replace this node to something else that would not print to log constantly ?

Hey there,

One option you have is using the ToText (Integer) node to directly convert from an integer into text. If you set the Maximum and Minimum integral digits to 2, it will have the same effect.

Awsome, thanks a lot !