Show single posts date, in a page of posts

Use get_the_date() if you want to change the date format.

get_the_date( 'S F Y', $post );

The 2nd argument is optional and only needed outside the loop.