比较两个时间的间隔时候超过两天<c:if test="${date1 - date2} >= 3600*24*1000*2">
</c:if>总是报:javax.servlet.jsp.el.ELException: Attempt to coerce a value of type "java.util.Date" to type "java.lang.Long"