Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created May 25, 2012 16:51
Show Gist options
  • Save pippinsplugins/2789158 to your computer and use it in GitHub Desktop.
Save pippinsplugins/2789158 to your computer and use it in GitHub Desktop.
Show nice dates from ECPT date meta fields
<?php
echo date( get_option('date_format'), get_post_meta( $post->ID, 'ecpt_datefieldname', true) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment