Also a way to get time added to display:

May 10, 2009

Anywhere in videos.tpl put:

Code:
 {php}
$new_date = $this->_tpl_vars['video_info'][$this->_sections['i']['index']]['adddate'];
echo date('F j, Y', strtotime($new_date)) ;
{/php}
Tada another nasty hack by me.. :wink: