1.0.15 • Published 3 years ago

number_format-php v1.0.15

Weekly downloads
127
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.0

7 years ago