wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_date_xml › WordPress Function

Da1.0.0
Deprecaton/a
the_date_xml ( Nessun parametro )
Definito a:
Codex:

Outputs the date in iso8601 format for xml files.



Sorgenti

function the_date_xml() {
	echo mysql2date( 'Y-m-d', get_post()->post_date, false );
}