Codex tools: Log in
Contents |
Retrieve the comment date of the current comment.
<?php get_comment_date( $d, $comment_ID ); ?>
<?php $d = "d.m.Y H:i:s"; $comment_date = get_comment_date( $d, $comment_ID ); echo $comment_date; ?>
Calls 'get_comment_date' hook with the formatted date and the $d parameter respectively
Uses $comment