Skip to content

Instantly share code, notes, and snippets.

@chered
Last active September 10, 2018 14:20
Show Gist options
  • Save chered/20eb752f5eabe925d43f0194d212e054 to your computer and use it in GitHub Desktop.
Save chered/20eb752f5eabe925d43f0194d212e054 to your computer and use it in GitHub Desktop.
<?php
$date = get_field('last_updated_or_reviewed', false, false);
$date = new DateTime($date);
; ?>
<p><strong>Briefsheet Updated on:</strong> <?php echo $date->format('F j, Y'); ?></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment