I want to format values in the millions. Example:
The result of a calculation would be 1.960,35
. But the output is 19603565.2315789
.
I was using DecimalFormat
, but it was for smaller numbers. How to do this in the house of millions?