hugo/docs/content/en/functions/lang/FormatAccounting.md
2023-10-20 09:43:56 +02:00

673 B

title description categories keywords menu function relatedFunctions
lang.FormatAccounting Returns a currency representation of a number for the given currency and precision for the current language in accounting notation.
functions
docs
parent
functions
aliases returnType signatures
string
lang.FormatAccounting PRECISION CURRENCY NUMBER
lang.FormatAccounting
lang.FormatCurrency
lang.FormatNumber
lang.FormatNumberCustom
lang.FormatPercent
{{ 512.5032 | lang.FormatAccounting 2 "NOK" }} → NOK512.50

{{% note %}} {{% readfile file="/functions/_common/locales.md" %}} {{% /note %}}