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);