Browse Source

绑定最新询价日期数据格式化

suntg 7 years ago
parent
commit
7a1be90334

+ 2 - 1
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/index.html

@@ -99,7 +99,8 @@
 									<#list json.content as item>
 										<tr>
 											<td>
-												<span class="inquiry_red">${item.date!}</span>
+												<#setting datetime_format="MM-dd"/>
+												<span class="inquiry_red">${item.date?number_to_datetime!}</span>
 											</td>
 											<td>
 												<span>${item.inquiry.enName!}</span>