起止时间:
   <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