1. 程式人生 > >struts2標籤格式化時間輸出

struts2標籤格式化時間輸出

<s:date name="person.birthday" format="dd/MM/yyyy" />
<s:date name="person.birthday" format="%{getText('some.i18n.key')}" />
<s:date name="person.birthday" nice="true" />
<s:date name="person.birthday" />