how show post date for specific post?

Assuming you know the post ID for the specific post/type it’s easy enough yes, simply call get_the_date() with a specific ID.

Adjust 1 to the appropriate value.

<?php echo get_the_date( '', 1 ); ?>