数据库里的是年月日时分秒怎么只显示出时分秒
<html:select property="st1" value="0">
<html:option value="${qf.timestart1} " >${qfcontent.dialouttimestart1}</html:option>
<html:option value="08:00:00">08:00:00</html:option>

<html:option value="08:30:00">08:30:00</html:option>${qfcontent.dialouttimestart1}结果是"2009-2-16 9:55:20"  我只要时分秒"9:55:20"
数据库是orcal 9i , 数据库是timestart1是2009-2-16 9:55:20 用的是struts 1.2