Here is somebody doing it: [url]Clock with Date and Time]
Basically, when you turn the number into a string, check if the number is < 10, if so add a “0” (you can do that with strings), so if you have to show 2 seconds, as 2 < 10 then the seconds string will be “0” + ToString(Variable(seconds))