码迷,mamicode.com
首页 > 其他好文 > 详细

使用freemarker模板引擎,后台返回的时间格式(datetime类型)无法显示在input type="text"中显示

时间:2020-02-16 19:08:19      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:使用   NPU   时间格式   ext   png   时间   info   引擎   后台   

详情:

       在使用freemarker是,在后台查出user,其中有入职时间entryDatedate类型),当我想要将 entryDate 显示在 <input type="text" value="${user.entryDate}"/>时,出现错误,无法显示

   显示页面:

技术图片

原因:

        因为freemarker无法确定用那种格式来显示这个时间

技术图片

 

 

解决办法:

      在 <input type="text" value="${user.entryDate 加上 ?string(‘yyyy-MM-dd HH:mm:ss‘)}"/>     

技术图片

 

使用freemarker模板引擎,后台返回的时间格式(datetime类型)无法显示在input type="text"中显示

标签:使用   NPU   时间格式   ext   png   时间   info   引擎   后台   

原文地址:https://www.cnblogs.com/FanWenSong/p/12318089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!