Open mocxi opened 3 years ago
Hello team,
Could you please add support format for vn currency? The thousand separator is . and decimal point is , (I can use decimalSeparator=",", but it's conflicted with thousandSeparator)
.
,
decimalSeparator=","
Example: 1.200.300,12345
Thanks
That format is actually super common around the globe, including in BRL, which I use in my project.
You should use thousandSeparator="." and decimalSeparator="," together.
thousandSeparator="."
Hello team,
Could you please add support format for vn currency? The thousand separator is
.
and decimal point is,
(I can usedecimalSeparator=","
, but it's conflicted with thousandSeparator)Example: 1.200.300,12345
Thanks