Hi enote !
you can do it following way below :
Open blog_item.php file in modules/mod_nanews/tmpl folder , find following code section at about line 33 :
<h4 class="jazin-title"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>
change to :
<h4 class="jazin-title"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>
<div class="article-meta">
<span class="createdate">
<?php echo JHTML::_('date', $row->created, JText::_('DATE_FORMAT_LC2')); ?>
</span>
</div>