Add below code to your WordPress comment template where you want to show comment posted date. it will display the date of posted comment.
<?php comment_date('n-j-Y'); ?> |
Add below code to your WordPress comment template where you want to show comment posted date. it will display the date of posted comment.
<?php comment_date('n-j-Y'); ?> |