SyntaxFix
Write A Post
Hire A Developer
Questions
You can just do something like this and pass in the whole number and then the cents after.
String.format("$%,d.%02d",wholeNum,change);