I have a tuple of a range of numbers to indicate dates. I would like to zeropad the numbers so that the tuple if possible.
current results ( 1,2,3,4,5....10,11,12, etc) wanted results (01,02,03,... 10,11,12, etc)
I have a tuple of a range of numbers to indicate dates. I would like to zeropad the numbers so that the tuple if possible.
current results ( 1,2,3,4,5....10,11,12, etc) wanted results (01,02,03,... 10,11,12, etc)