toFixed(2)).format('0,0.00') js code example Example: tofixed currency in js (12345.67).toFixed(2).replace(/\d(?=(\d{3})+\.)/g, '$&,'); // 12,345.67