the_date('[COLOR="MediumTurquoise"]date formatting[/COLOR]', '[COLOR="Purple"]stuff before the date[/COLOR]', '[COLOR="Orange"]stuff after the date[/COLOR]')
<?php the_date('', '<p class="the_date"><span>', '</span></p>'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
[COLOR="Orange"]<?php the_date('', '<p class="the_date"><span>', '</span></p>'); ?>[/COLOR]
cumtwice.net