1. replace following in index.php
  2.  
  3. <?php the_time() ?>
  4.  
  5. with
  6.  
  7. <?php the_time('F j, Y') ?>