I want to display digits with leading 0s, for values of a single digit, specifically for displaying hours and minutes.
How do I do that in PHP?
I want to display digits with leading 0s, for values of a single digit, specifically for displaying hours and minutes.
How do I do that in PHP?
Or take a look at the sprintf() function: http://www.php.net/manual/en/function.sprintf.php