} public function filter_comment_date_out( $content, $post) { $date = date("l, F jS, Y", $content->__toString() return $date; } public function filter_comment_date_excerpt( $content, $post ) { $date = $content->format("l, F jS, Y"); return $time; }