Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: toCurrency
|
||||
tags: utility,intermediate
|
||||
tags: math,string,intermediate
|
||||
---
|
||||
|
||||
Take a number and return specified currency formatting.
|
||||
@ -18,4 +18,4 @@ toCurrency(123456.789, 'USD', 'en-us'); // $123,456.79 | currency: US Dollar |
|
||||
toCurrency(123456.789, 'USD', 'fa'); // ۱۲۳٬۴۵۶٫۷۹ $ | currency: US Dollar | currencyLangFormat: Farsi
|
||||
toCurrency(322342436423.2435, 'JPY'); // ¥322,342,436,423 | currency: Japanese Yen | currencyLangFormat: Local
|
||||
toCurrency(322342436423.2435, 'JPY', 'fi'); // 322 342 436 423 ¥ | currency: Japanese Yen | currencyLangFormat: Finnish
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user