Format.number ViewHelper <f:format.number> 

Formats a number with custom precision, decimal point and grouped thousands. See https://www.php.net/manual/function.number-format.php.

Go to the source code of this ViewHelper: Format\NumberViewHelper.php (GitHub).

Arguments of the <f:format.number> ViewHelper 

decimalSeparator

decimalSeparator
Type
string
Default
'.'
The decimal point character

decimals

decimals
Type
int
Default
2
The number of digits after the decimal point

thousandsSeparator

thousandsSeparator
Type
string
Default
','
The character for grouping the thousand digits