I was wondering if there was a tricky way to get the date on each entry. This is what my code looks like right now.. but if I post more than one entry per day, it only puts the date on the latest entry, not ALL of them.
'<div class="comment">Written by: <?php the_author() ?> - <?php the_date('','',''); ?> <?php the_time() ?> - <?php _e("tags:"); ?> <?php the_category(',') ?></div>'