the_date_xml()

Outputs the date in iso8601 format for xml files.

Source

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

Changuelog

Versionen Description
1.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.