- Date formatting :
<apex:param value="{!E.Date_du_collecte__c}"/>
</apex:outputText>
the 0, tell to take the first parameter, the date keyword specify the type of data, and the third parameter specify how to format the data.
- Number formatting :
<apex:param value="{!opp.Amount}"/>
</apex:outputText>
the 0, tell to take the first parameter, the number keyword specify the type of data, and the third parameter specify how to format the data.
No comments:
Post a Comment