Date format in Out Put Text



         
                  <apex:column headerValue="Created On">
        <apex:outputText value="{0,date,dd/MM/yyyy}">
                   <apex:param value="{!obj.createdonDate}" />
         </apex:outputText>
  </apex:column> 

Comments

Popular Post

Show Pagination and Colum Sorting on VF page using Jquery Plugin

Make Salesforce calendar year drop-down to show earlier years

Send SMS Using Batch Class in Salesforce