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 5937 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?
RO
Posted 5938 days ago
Test comment
Adrian
Posted 5938 days ago
Sorry but you will need some PHP skills to modify what you need.
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?