
|
| |  |  | Validate Dates |
|
|
Validate Currency Format
Home :: Javascript :: Validate Currency
Javascript can be used to automatically format numbers to currency (rounded off to 2 decimal places).
Here is a javascript function to ensure user input from form fields on your web pages. Attach it to the onKeyPress event
of a form field.
Next >> Validate Dates
|