0

How can i format the currency without currency symbols. When i use

<f:convertNumber currencyCode="TRY" type="currency"/>

it shows the output like

TRY7,057.71

If I don't use

currencyCode="TRY"

then it shows $ symbol. I just want to format numbers like 7,057.71

4

1 回答 1

0

只需将其格式化为数字即可?

<f:convertNumber type="number" pattern="#,###.##" />
于 2014-04-16T10:27:14.910 回答