日期:2014-05-16  浏览次数:20388 次

常用的日期JS组件
常用的日期JS组件
分享下,希望各位发表意见!
<Script language="Javascript" src="<%=request.getContextPath()%>/js/date.js"></Script>

<td width="20%" class="tr_head0">消费日期<font color="red">*</font></td>
<td width="30%" class="td_text"><input class="input_text80" value="${today}" readonly
type="text" name="map.happendate" id="map.happendate" size="20">
<img src="<%=request.getContextPath()%>/images/calendar.gif" width="15" height="15"
border="0" style="cursor:hand" onClick="setday(this,'map.happendate')">
</td>