Answers for "php make a number with 0 in front"

PHP
5

prepend 0 to number php

str_pad($month, 2, '0', STR_PAD_LEFT);
Posted by: Guest on June-30-2020

Code answers related to "php make a number with 0 in front"

Browse Popular Code Answers by Language