the_date_xml

Sponsored Link

YYYY-MM-DDのフォーマット(例: 2004-09-24)で記事の日付を表示します。

Sponsored Link

Displays the date of the post in YYYY-MM-DD format (ex: 2004-09-24). This tag must be used within The Loop.

the_date_xmlのテンプレートタグ使用方法

<?php the_date_xml(); ?>

the_date_xmlのパラメーター

このタグは、任意のパラメータを受け付けません。

This tag does not accept any parameters.

<p>Date posted:<?php the_date_xml(); ?></p>
Date posted: 2005-05-14

関連テンプレートタグ

the_time, the_date, the_date_xml, the_modified_time, the_modified_date, the_modified_author, single_month_title, get_the_time, get_day_link, get_month_link, get_year_link, get_calendar

Sponsored Link