Is it possible to format a number for display such that it will place commas properly. I've found all the obvious formatting options but none of them seem to do this.
e.g. I want 15567.00 to display as 15,567.00.
Do I just need to write a quick function to do it or is it already there in Java or EFS?
e.g. I want 15567.00 to display as 15,567.00.
Do I just need to write a quick function to do it or is it already there in Java or EFS?
Comment