X

How to show comment date in WordPress

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');  
?>