Tagged Questions
1
vote
4answers
549 views
How do I use JavaScript for number formatting?
I want to use JavaScript to restrict input on a text box to currency number formatting. For example:
<input type="text" value="2,500.00" name="rate" />
As given above, the text box should ...