Format a number to a currency format. Default currency symbol is $.
Syntax :
{{ currency_expression | currency : symbol : fractionSize}}
symbol(optional) : Currency symbol or identifier to be displayed.
fractionSize(optional):Number of decimal places to round the amount to, defaults to default max fraction size for current locale
Example:
Syntax :
{{ currency_expression | currency : symbol : fractionSize}}
symbol(optional) : Currency symbol or identifier to be displayed.
fractionSize(optional):Number of decimal places to round the amount to, defaults to default max fraction size for current locale
Example:
 
No comments:
Post a Comment