Skip to content

Instantly share code, notes, and snippets.

@emoran
Created June 21, 2014 15:04
Show Gist options
  • Save emoran/195128c66dfc038ace41 to your computer and use it in GitHub Desktop.
Save emoran/195128c66dfc038ace41 to your computer and use it in GitHub Desktop.
It shows the formated currency in a visualforce page
<apex:outputText value="{0, number, ###,###,###,##0.00}">
<apex:param value="{!Opportunity.Amount}"/>
</apex:outputText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment