Skip to content

Instantly share code, notes, and snippets.

@miguelrebola21
miguelrebola21 / DecimalFormat.js
Created July 25, 2024 14:21 — forked from oskansavli/DecimalFormat.js
Javascript number formatter (Java DecimalFormat Implemented in Javascript)
/**
* @class DecimalFormat
* @constructor
* @param {String} formatStr
* @author Oskan Savli
*/
function DecimalFormat(formatStr)
{
/**
* @fieldOf DecimalFormat