Widezine.
I changed
<span class=”name_f” > <small>(<?php if(!function_exists(‘how_long_ago’)){comment_date(‘M d, Y’); } else { echo how_long_ago(get_comment_time(‘U’)); } ?>)</small></span>
To:
<span class=”name_f” > <small>(<?php {comment_date(‘Y, m j G:i’); } ?>)</small></span>
Edit:
Silly me, I had to clear cache. It worked! Thank you very much ??