引入的js为:
jquery-1.10.2.min.js
jquery.easyui.min.js
代码为:
<input type="text" id="datefrom" name="datefrom" class="easyui-datebox" style="width: 125px;height:26px;"选中10月1号时,会有弹出,但在选项框中显示得却是当前时间。
data-options="onSelect:function(date) {
alert(date.getDate());
}">
如下图