open up last10config.php and find this code
Code:
$lastpostdate = "0"; // show last post date and time? 1 = yes; 0 = no
Change the "0" to "1"
Also, look for this code
Code:
$showdate = "0"; // show the date, as well as the time? if the posts that show up in the list are likely to all be
from today (or you set $last24 to "1"),
you can set this to 0. if the posts are spread over multiple days, you probably want this set to 1.
Change that "0" to "1" as well.
Changing both of those will display both the date and time. If you only want to show the time, then just change the second code I posted to 1, and leave the first to 0.
Dude, if you can find a way to make the links bold I will give you a million dollars. It would look much nicer bold don't you think? I haven't been able to find a way.