wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_date_xml › WordPress Function

Since1.0.0
已弃用n/a
the_date_xml ( 没有参数 )
定义在:
文档:

Outputs the date in iso8601 format for xml files.



源码

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