When I enter my domain in Google it's return me date. So I want to remove dates in SERP. See the image below: Waiting your reply..
You should remove date code from your theme/template for example: <?php the_date('Y-m-d'); ?> Google is fetching date from date command placed on your theme/template when you update content on it.
You'd need to remove any dates from posts in places like the post meta and comments section of your theme.