My97DatePicker是一个非常好用的日期选择控件,可以设置年月日时分秒等,而且可以自定义显示的样式,但是在和jqgrid集成的时候总是出现问题,目前解决了一小部分问题,先记录一下,:
$("#make_up_list").jqGrid({
url : ctx + '/basicdata/workhour/makeUpList.action',
datatype : "json",
mtype : "GET",
colNames : [ "uuid", "名称", "开始日期", "结束日期" ,"备注"],
colModel : [ {
name : "uuid",
index : "uuid",
width : "130",
hidden : true
}, {
name : "name",
index : "name",
width : "130",
editable : true
}, {
name : "fromDate",
index : "fromDate",
width : "130",
editable : true
}, {
name : "toDate",
index : "toDate",
width : "130",
editable : true
}, {
name : "remark",
index : "remar