MissouriTiger
Programmer
Hi, it's me again. I'm trying to format a numeric output to currency, and once again I don't understand why my syntax isn't working. I'm trying to use the getCurrencyInstance method, which I found in the book "Java in a Nutshell". Here's my statement:
txaResults.append("Free Eve/Weekend\t" + getCurrencyInstance(dblPlanChrgs[0][0])
I also have an import statement:
import java.text.*;
Could somebody please explain how to do this?
txaResults.append("Free Eve/Weekend\t" + getCurrencyInstance(dblPlanChrgs[0][0])
I also have an import statement:
import java.text.*;
Could somebody please explain how to do this?