cleansedbb
Technical User
is there a way to add a 0 in front of the counter for single digits.
i.e. 01, 02, 03, 04, 05, 06, 07, 08, 09.
then it'll go 10, 11, 12
what I have been using is
for( $counter = 1; $counter < $DateM; $counter++)
{
dostuff
}
TIA
i.e. 01, 02, 03, 04, 05, 06, 07, 08, 09.
then it'll go 10, 11, 12
what I have been using is
for( $counter = 1; $counter < $DateM; $counter++)
{
dostuff
}
TIA