jcadima
9/6/2016 - 8:05 PM

Pad numbers with 0's on the left

Pad numbers with 0's on the left


http://stackoverflow.com/questions/473282/how-can-i-pad-an-integers-with-zeros-on-the-left

String.format("%05d", yournumber);