我在jsp页面中用displaytag显示列表,列表中有年月的显示,我想要能够截取出
<display:table name="listProductPriceDTO" export="false" id="row" cellspacing="0" rules="all" class="sssp" style="width:100%;border:0px solid #A1CCEE;text-align: center;">
  <display:column  property="productPrice.month" title="年" />
  <display:column  property="productPrice.month" title="月" />
</display:table>这样写 显示出来的是一串 Mon Apr 09 00:00:00 CST 2012
能否就在页面中写些脚本,进行转换,截取出年,月