Activity Forums Salesforce® Discussions How to display the formatted number / date in Salesforce Visualforce?

  • Suraj

    Member
    April 24, 2017 at 1:57 pm

    Hi Saurabh,

    You can use apex:outputText

    Example : Format the number into currency.
    <apex:outputtext value="{0, number, 000,000.00}">
    <apex:param value="{!valFromController}" />
    </apex:outputtext>

     

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos