function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
suresh goudsuresh goud 

Display date in pageblocksection header along with title?

Hi,

 

    I am writing VF page. I wanted to display LastModifiedDate in PageBlockSection header along with title.

 

 

Can any one please help me to do this functionality.

 

 

thanks,

suresh

bob_buzzardbob_buzzard

Assuming I've understood correctly, you are looking to display a pageblocksection with a title that includes some text and the last modified date.   If so, the following will do the trick - the example assumes you are using an account standard controller, so replace that as appropriate:

 

      <apex:pageBlockSection title="Account (Last Changed: {!Account.LastModifiedDate})">