Validate Decimals with Javascript


/ Published in: JavaScript
Save to your folder(s)

Validating a decimal such as a measurement of time or currency (10.5 or 0.4). This function will return the correct number. If you feed in "10.5foo" the function will spit back 10.5. If you feed in "bar" the function will return nothing.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.