a1exlism
1/3/2018 - 1:41 PM

zero_prefix

function prefixZero(data, step) {
	return ('0'+data).substr(-step);
}