You need to sign in to do that
Don't have an account?
What are the Visualforce variables for last modified date and user?
I want to include the following on a Visualforce page, in reference to the page itself: 'This page was last modified by xxxxname on xxxxdate.'
<apex:outputField value="{!Contact.CreatedById}" />
<apex:outputField value="{!Contact.CreatedDate}" />
<apex:outputField value="{!Contact.LastModifiedById}"/>
<apex:outputField value="{!Contact.LastModifiedDate}"/>
<apex:outputField value="{!Contact.OwnerId}"/>
Check the the profile for that user has Field level Security is Visible Option is Checked or not for these Field.