Here you go....!
If you are using bender theme
just go to
oc-content/themes/bender/item.php
remove this line
<div>
<?php if ( osc_item_pub_date() !== '' ) { printf( __('<strong class="publish">Published date</strong>: %1$s', 'bender'), osc_format_date( osc_item_pub_date() ) ); } ?>
</div>
and this will remove the date from your page and when google crawl your page again. They will remove the date from their search results.
and if this helps please mark this thread as solved