currency_clean
Specification
{{ number | currency_clean }}
Parameter | Description | Example Values |
---|---|---|
number (required) | The number that you wish to format. | 123.45 |
Examples
{{ 12.00 | currency_clean }}
This will produce $12
{{ 12.34 | currency_clean }}
This will produce $12.34