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

Select and Deselect Check Box on Page Block Table in Visual force Using JavaScript

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