I am working on a time display that takes a time reference from a video. What is the best way to pad the numbers so they show correctly as 00:00, 01:23, etc.
Would like to stay away from just padding a string “0” in front, so I can test the var for proper time and use it elsewhere. Has anyone already done this with some code already floating around ?