comment_date

Sponsored Link

コメントに投稿された日付を表示します。

get_comment_dateの値を取得して使用します。

Sponsored Link

Displays the date a comment was posted.

Use get_comment_date to retrieve the value.

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

<?php comment_date( 'd', $comment_ID ); ?> 

“6-30-2004″形式でコメント日時を表示する:

Displays the comment date in the format “6-30-2004”:

Comment posted on<?php comment_date('n-j-Y'); ?>

comment_dateのパラメーター

d

(string) 日付の書式。WordPressで設定された日付の形式はデフォルトです。ワードに設定するデフォルト。日付と時刻のフォーマットを参照してください。

(string) Formatting for the date. Defaults to the date format set in WordPress. See Formatting Date and Time.

comment_ID

(integer) (optional) 日付を印刷するためのコメントのIDです。

(integer) (optional) The ID of the comment for which to print the date.

Default: 0 (the current comment)

変更ログ

  • ? : Added the ‘comment_ID’ parameter.
  • Since: 0.71

関連テンプレートタグ

Formatting_Date_and_Time

comments_number, comments_link, comments_rss_link, comments_popup_script, comments_popup_link, comment_ID, comment_author, comment_author_IP, comment_author_email, comment_author_url, comment_author_email_link, comment_author_url_link, comment_author_link, comment_type, comment_text, comment_excerpt, comment_date, comment_time, comment_author_rss, comment_text_rss, permalink_comments_rss, wp_list_comments, comment_reply_link, cancel_comment_reply_link, comment_form_title, comment_id_fields, previous_comments_link, next_comments_link, paginate_comments_links

Sponsored Link