When setting the pattern for the currencyFormatter, you can use:
#,##0.###
To get:
1,0000.00
But I want to get:
1 0000.00
How do I alter the format string to get that?
When setting the pattern for the currencyFormatter, you can use:
#,##0.###
To get:
1,0000.00
But I want to get:
1 0000.00
How do I alter the format string to get that?
Try with the use of 'symbol' attribute to overwrite your own curreny.