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?
str_pad($number, 2, '0', STR_PAD_LEFT);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With