How Do I Remove Comment Date and/or Comment Date Link
Found this code in the WP Codex but not sure how to use it to remove the hyperlink and/or date from comments.
delete_comment_meta( $comment_id, $meta_key, $meta_value );
Topic comment-meta Wordpress
Category Web