function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandeep M 1Sandeep M 1 

How to display value entered in apex:inputText as numbers with commas - currency format

I am using apex:inputText that holds a string with number(Integer) at controller side. Is there any way to display it as Number with commas (in USD Currency format)after typing input.
Raj VakatiRaj Vakati
Refer this link they have an solution .. 


https://salesforce.stackexchange.com/questions/29868/how-to-force-number-format-on-apexinputtext