On Thu, 21 Aug 2003 16:12:16 -0400, you wrote: >This time, without a period. For example, if I get a '1', I would like to >format it to be '01' in two digit.
printf ("%02d", 1); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php