• RohitGaba
  • NEWBIE
  • 0 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi

stil on my page block table...

To gain some place, I would like to not display format date (this : (28/10/2010) ) near an input date field...

How to do this, if it's possible ?

 

Here is the code for my VF page :

 

            <apex:pageblocktable value="{!resultList}" var="res"
            rendered="{!AND((Call_Plan_Line__c.Result_type__c=='FRLR_RC'),resultListSize>0)}">
                <apex:column headervalue="{!$Label.CORE_ActionDate}" width="20px">
                    <apex:inputfield value="{!res.Action_Date__c}"/>
                </apex:column>
             </apex:pageblocktable>

Thanks for any help

  • October 28, 2010
  • Like
  • 0