Adding post date to ACF field

You can use the get_the_time() to get the post time .

<?php get_the_time( $format, $featured_post->ID ); ?>

See the tutorial
https://codex.wordpress.org/Function_Reference/get_the_time