Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_date_xml [ WordPress Function ]

the_date_xml ( No parameters )
Defined at:



Outputs the date in iso8601 format for xml files.

Source


<?php
function the_date_xml() {
    global 
$post;
    echo 
mysql2date('Y-m-d'$post->post_datefalse);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics