Last active
September 10, 2018 14:20
-
-
Save chered/20eb752f5eabe925d43f0194d212e054 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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