the_date_xml
TIME/DATE TAG
What It Does
Displays the date a post was published in YYYY-MM-DD format. the_date_xml must be used within The Loop.
Code
<?php the_date_xml(); ?>
Example
<p>Date Posted: <?php the_date_xml(); ?></p>
The above example would display something like:
Date Posted: 2009-03-20
For more information, see the_date.




