您的位置:首页 > 其它

fmt:formatDate的输出格式

2016-08-28 14:00 399 查看
 起止时间:
   <input type="text" name="special.startDateTime" id ="datetimepicker1"  value="<fmt:formatDate value="${special.startDateTime}" type="both"/>" data-date-format="yyyy-mm-dd hh:ii">
  
   --
   <input type="text" name="special.endDateTime"  id="datetimepicker2"  value="<fmt:formatDate value="${special.endDateTime}" type="both"/>"  data-date-format="yyyy-mm-dd hh:ii"/>
嵌套value

参考文章:
http://www.jb51.net/article/45362.htm
 

本文出自 “点滴积累” 博客,请务必保留此出处http://tianxingzhe.blog.51cto.com/3390077/1678652
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: