Returns the time of the current post for use in PHP
<?php get_the_time(); ?>
Added to WordPress by Andy Lobban
Display the date of the post in YYYY-MM-DD format
<?php the_date_xml(); ?>
Added to WordPress by Andy Lobban
<?php get_the_time(); ?>
Added to WordPress by Andy Lobban
<?php the_date_xml(); ?>
Added to WordPress by Andy Lobban