wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_date_xml › WordPress Function

Seit1.0.0
Veraltetn/v
the_date_xml ( Keine Parameter )
Definiert in:
Codex:

Outputs the date in iso8601 format for xml files.



Quellcode

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