Use setNegativePrexix() and setNegativeSuffix() in the DecimalFormat class
stevelopez
ASKER
Can you provide an example where the resulting formatter is still a Currency Instance? (e.g. provides all the other formatting aspects that come with the Currency formatter and not just the plain DecimalFormat)
I ask this because I do not see those methods being available when using getCurrencyInstance:
java.text.NumberFormat nf = java.text.NumberFormat.getCurrencyInstance(Locale.US);
There is no such method: nf.setNegativePrefix("-").