How to Format Numbers by Prepending 0 to single-digit numbers in Javascript
If you have a single-digit number, and you need to format it to always have at-least two digits, then you can use the below function… Read More »How to Format Numbers by Prepending 0 to single-digit numbers in Javascript