Lil B, that can be changed, you have to open comments_html.php and replace: Posted echo timeago($comment->timestamp); with something like: Posted echo date("j M 'y H:i",$comment->timestamp);
I hope this helps.
lil b
Posted 6069 days ago
is it possible to customize the following: "posted 11 hours ago" | change to --> "10:14pm September 27 2009" and allow all comments to be displayed on same page?
Posted echo timeago($comment->timestamp);
with something like:
Posted echo date("j M 'y H:i",$comment->timestamp);
I hope this helps.
"posted 11 hours ago" | change to --> "10:14pm September 27 2009"
and
allow all comments to be displayed on same page?