Skip to content

Instantly share code, notes, and snippets.

@Fobiya
Last active May 7, 2020 11:41
Show Gist options
  • Save Fobiya/719744f534f4967a4f63264b2789bff3 to your computer and use it in GitHub Desktop.
Save Fobiya/719744f534f4967a4f63264b2789bff3 to your computer and use it in GitHub Desktop.
WP date
<?php the_modified_time('n j, Y');?>
<br>
<?php echo date( 'n j, Y');?>
<br>
<?php echo get_field('datapicer') ?>
<?php
$post_n = get_field('datapicer');
$post_t = date('m d, Y');
if( $post_n !== $post_t ){?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment