Skip to content

Instantly share code, notes, and snippets.

@j-schreiber
Created July 9, 2020 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-schreiber/b5499797fa57e065b4a8124de6b395de to your computer and use it in GitHub Desktop.
Save j-schreiber/b5499797fa57e065b4a8124de6b395de to your computer and use it in GitHub Desktop.
Visualforce snippet with a dynamically formatted date output text
<apex:outputText value="{!DateFormatting}">
<apex:param value="{! Record.Your_Date_Field__c }" />
</apex:outputText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment