Add Comma in Number Value in Visual force Page




<apex:outputText value="{0, number, ###,##0.00}">
     <apex:param value="{!item.numberValue}"/>
 </apex:outputText>


Note: Comma depend on ###

Output  : 589,700.00

Comments

Popular Post

Salesforce Spring 16 Release Exam (Maintenance Exam Q&A) for Developer 201 Admin

Fetch record type-specific picklist values directly in Apex

Get Field Label With API name using Describe Call