JS Numbers Formatting and Manipulation Library - Numeral.js
File Size: | 44.1 KB |
---|---|
Views Total: | 4242 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

Numeral.js is a js library inspired by Moment.js that format and manipulate numbers to look like currency, percentages, times, or even plain old numbers with decimal places, thousands, and abbreviations.
You might also like:
- Easy Number Formatting Plugin with jQuery - number
- Input Field Data Formatting Plugin - Mask
- Price Format jQuery Plugin - Price Format
- Easy Numbers and Currency Formatting Plugin - autoNumeric
How to use it:
1. Include Numeral.js on the page
<script src="js/min/numeral.min.js"></script>
2. Format the numbers using javascript
var string = numeral(1000).format('0,0'); // '1,000'
This awesome jQuery plugin is developed by adamwdraper. For more Advanced Usages, please check the demo page or visit the official website.