I\'m using NumberFormat.getCurrencyInstance().format(amount) to format currency from a BigDecimal to a string. This works as expected the problem is that our ma
NumberFormat.getCurrencyInstance().format(amount)
You can construct your own customized format. Have a look at the following link:
http://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html