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 posts from this blog

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

Show Hyper Link On Add Error in Salesforce Trigger

Show the Success Message before Redirecting the Detail page on Visualforce Page