#L0rdandBooz
1 messages · Page 1 of 1 (latest)
Hi there, you can divide the amount by 100 before display it.
Right which I'm already doing :/. What I want is when a user inputs to a text box it automatically displays it with commas and such. In saying this I think I know what I need to do but do you have any other additional insights that may help?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat you can use NumberFormat
Welcome!