I'd like to make a delayed start feature with a control containing hours, minutes, and seconds. I think splitting it up into three separate controls is the way to go, but I can't find a way to automatically place a zero before a single digit value.
Example of what I'd like the user to see for a 4 hr and 20 minute delay: 04:20:00
But, right now, it looks like this: 4 :20: 0
(the colons are fixed between three controls)
Thanks,
Tom