Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created April 29, 2021 01:16
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 Roy-Oto/2192d385ad7a0ae6622b716f0fa66abf to your computer and use it in GitHub Desktop.
Save Roy-Oto/2192d385ad7a0ae6622b716f0fa66abf to your computer and use it in GitHub Desktop.
To display the formatted date in Custom Field Suite.
<?php
echo date( 'F j, Y', strtotime( CFS()->get('my_date') ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment