I have a list of costs that outputs as follows:
8904.43
1234432.34
234554334.00
How can i format it so they look nice:
8,904.43
1,234,432.34
234,554,334.00
THe problem i have, is i tried decimalformat with a pattern of 000,000,000,000.00 but then it always adds on the 00 at first. FOr example:
8904.43 would be 000,000,008,904.43
Any suggestions?
8904.43
1234432.34
234554334.00
How can i format it so they look nice:
8,904.43
1,234,432.34
234,554,334.00
THe problem i have, is i tried decimalformat with a pattern of 000,000,000,000.00 but then it always adds on the 00 at first. FOr example:
8904.43 would be 000,000,008,904.43
Any suggestions?