Skip to content

Instantly share code, notes, and snippets.

@arturkot
Forked from gicolek/the_time.php
Created December 13, 2012 14:05
Show Gist options
  • Save arturkot/4276581 to your computer and use it in GitHub Desktop.
Save arturkot/4276581 to your computer and use it in GitHub Desktop.
<?php
// bah
?>
<a href="#" title="<?php the_time('h:i a'); ?>" rel="bookmark">
<time class="entry-date" datetime="<?php the_time('c'); ?>"><?php the_time( 'jS F Y' ); ?></time>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment