I want the value of my Form to return 2 decimals and with a comma separating instead of a point.
Ex: 20 - > 20.00
And if the value is greater than a thousand it has a point separating.
Ex: 1000 - > 1,000.00
How can I do this?
I want the value of my Form to return 2 decimals and with a comma separating instead of a point.
Ex: 20 - > 20.00
And if the value is greater than a thousand it has a point separating.
Ex: 1000 - > 1,000.00
How can I do this?