I have a math formula
z3.value = (Math.ceil(z3.value*20)/20).toFixed(2);
and I would like that also write a Thousand separator like this: 1'000.00
How can I do that?
I have a math formula
z3.value = (Math.ceil(z3.value*20)/20).toFixed(2);
and I would like that also write a Thousand separator like this: 1'000.00
How can I do that?