Two questions i have to ask!
1) When blogs are typed the headlines show somthing like : 07/13/05
Is there any way to change it so it goes July,13,2005
2) How do you change the headline so that it is in a table row? Closest example i could find is http://blue-starz.net/
1) Open _main.php and find the code the Item->date_if_changed() function.
http://doc.b2evolution.net/0.9.0/evocore/ItemList.html#methoddate_if_changed
Put this in the parenthesis: ( '', '', 'F,j,Y' )
Check this page to learn more about PHP date formatting:
http://us2.php.net/date
2) Fill in the empty strings in the paranthesis with the code for table cells. CSS could do the job a lot better, though.