:navigation-title: format.currency .. include:: /Includes.rst.txt .. _typo3-fluid-format-currency: ================================================ Format.currency ViewHelper `` ================================================ .. typo3:viewhelper:: format.currency :source: ../../Global.json :display: tags,description,gitHubLink,arguments .. _typo3-fluid-format-currency-example: Examples ======== Defaults -------- :: 123.456 Output:: 123,46 All parameters -------------- :: 54321 Output:: $54,321.00 Inline notation --------------- :: {someNumber -> f:format.currency(thousandsSeparator: ',', currencySign: 'EUR')} Output:: 54,321,00 EUR Depending on the value of ``{someNumber}``. Use dash for decimals without value ----------------------------------- :: 123.00 Output:: 123,-