var mycode = "11"; mycode = (Array(4).join(0) + parseInt(mycode)).slice(-4);//0011mycode1 = (Array(3).join(0) + parseInt(mycode)).slice(-3);//011