两个标签配合使用

<fmt:parseDate value="${integralRecord.startDate}" var="date1"/>
<fmt:formatDate pattern="yyyy-MM-dd" value="${date1}" />

 

相关文章: