How do I format an int value of 123456789 as 123,456,789?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
try this code
} you can write a function in jsp block <%! %> and the code inside the main method. |
|||||||
|
|
Use JSTL fmt:formatNumber Set your pattern to #,##0
This will require you having The JSTL Standard tag library in your WEB-INF/lib folder http://tomcat.apache.org/taglibs/standard/ Now I'm not 100% sure, but most modern containers provide the "core" API library jstl.jar and your web app must provide the implemenation. In the case of the above link that should be standard.jar included with the download. |
|||||
|
|
|
|||
|
|