The code you want to add is this:
<?php the_time('F dS, Y'); ?>
You can add it your index.php in here:
<small><?php _e('Posted by','nattywp'); ?> <span class="author"><?php theme_get_profile() ?></span> <?php _e('in','nattywp'); ?> <?php the_category(' | ');?> - (<?php comments_popup_link(__('0 Comments', 'nattywp'), __('1 Comments', 'nattywp'), __('% Comments', 'nattywp')); ?>)</small> <?php edit_post_link(__('Edit','nattywp'), ' | ', ''); ?>
Once you've added at the right spot and you like how it looks, you can also add it your archive.php and single.php