Actually what I was looking for was this Codex page.
WordPress Kicks Ass!!!
I should have looked at codex before posting i found the solution. Sorry!
I found in home.php
<div class=”entry-date bigdate”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php the_time(‘d M’); ?></abbr></div>
editing it seems to work.
Thanks