I searched the forum and could not find this answer:
How do I modify the P2 theme so that only the date of a post is displayed, not the time?
I tried editing the line below in the Main Index Template, index.php, but it did not do the job for me:
'<?php printf( _x( 'Updates from %s', 'Month name', 'p2' ), get_the_time( 'F, Y' ) ); ?>'
Thanks.