1.0.15 • Published 2 years ago

number_format-php v1.0.15

Weekly downloads
127
License
MIT
Repository
github
Last release
2 years ago

Ported PHP function "number_format" in JavaScript

Build Status

npm npm npm

Install

NodeJS

npm i number_format-php --save

Web

<script src="number-format.js"></script>

Usage

NodeJS

var number_format = require("number_format-php");
number_format(1234567.125, 2, ".", " "); // 1 234 567.13

Web

number_format(1234567.125, 2, ".", " "); // 1 234 567.13

// AMD
requirejs(["helper/number_format"], function(number_format) {
  number_format(1234567.125, 2, ".", " "); // 1 234 567.13
});
1.0.15

2 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago