当前浏览:首页 / WordPress函数 / the_date_xml()

the_date_xml()

以iso8601格式输出xml文件的日期

datemore...

themore...

xml



源码

查看源码 官方文档


更新日志

版本描述
1.0.0开始引入

使用示例

  • 示例1

    以iso8601格式输出日期(尤其用于XML文件)

    <p>Date posted: <?php the_date_xml(); ?></p>