There should be a function for formating Integers, same as formatDecimal.
Now I either have to do a lot of manipulation to format int or store them as Decimals and use formatDecimal.
// :) Fredrik