Hi formad
Please open templatesja_selenilayoutsblocksheader.php file, find following code section to modify:
<div id="ja-topbar" class="wrap">
<div class="main clearfix">
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>
<?php if($this->countModules('headlines')) : ?>
<jdoc:include type="modules" name="headlines" />
<?php endif; ?>
</div>
</div>
To modify date, please check this thread: http://www.joomlart.com/forums/topic/how-to-modify-date/