在页面加载的时候自动为日期插件添加当前日期。
<script type="text/javascript"> $(document).ready(function(){ $("#startTime").val(formatDate()); $("#endTime").val(formatDate()); }
jsp页面的body部分代码:
<td><label>日期:</label></td> <td><input type="text" id="startTime">至:<input type="text" id="endTime"></td>
发表评论 取消回复