diff options
Diffstat (limited to 'src2/core/utils/currencyFormat.js')
| -rw-r--r-- | src2/core/utils/currencyFormat.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src2/core/utils/currencyFormat.js b/src2/core/utils/currencyFormat.js deleted file mode 100644 index dadeaec6..00000000 --- a/src2/core/utils/currencyFormat.js +++ /dev/null @@ -1,8 +0,0 @@ -export default function currencyFormat(value) { - const currency = new Intl.NumberFormat('id-ID', { - style: 'currency', - currency: 'IDR', - maximumFractionDigits: 0 - }); - return currency.format(value); -}
\ No newline at end of file |
