how to get day month and year from wp_post_object?

Try it like this:

echo get_the_time('j M Y', $_GET['p_id']);

References: