I've seen several posts or tutorials on here showing how to make a timer that counts up or down, but not one that displays the time as we normally do (with a colon). This sounds easy, just add a colon right? The problem is that what you'll end up with looks bad when the seconds are single digit numbers (ie: 1:9 instead of 1:09), so here's the best way I've found to solve it (if anyone knows another, better way, pls reply). My timer counts down btw, hence the Timer > or = 1 additional condition, and the subtraction action.