GethsLeader / afterdot

Simple "library" to turn numbers into human readable format string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Simple "library" to turn numbers into human readable format string.

It's still not finished yet (here are only ru-KZ language), but works fine.

How to use?

Just insert script into your page and call

window.afterDot.format(709.001);

Example

Example can be found into example folder. It's something like a test, to show how it's works (link).

License

MIT

About

Simple "library" to turn numbers into human readable format string.

License:MIT License


Languages

Language:JavaScript 96.3%Language:HTML 3.7%