Hello again. o/
I built a simple countdown clock that starts in 60 seconds (1 minute). It is working right. My question is the following: is there an easy way to show the numbers with two chars (09, 08, 07...) instead of one char (9, 8, 7...)? Let's suppose the clock started in 100 seconds. In this case, I would like to show numbers with three chars (009, 008, 007...). Thanks.