Im currently working on a little app and i need the following to happen;
The number 100000 should be changed to 100.000.
I tried toFixed(), but that just adds numbers and i tried a few other things without success. Anyone has an idea how to fix this?
Try this:
(yourNumber / 1000).toFixed(3)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With