jqgrid 컬럼 datepicker 구현
12345678910colModel : [{name : to_date index : to_date align : "center" ,editable:true ,editoptions:{size:20, dataInit:function(el){ $(el).datepicker({dateFormat:'yy-mm-dd'}); }, defaultValue: function(){ var currentTime = new Date(); var month = parseInt(currentTime.getMonth() + 1); month = month
JQUERY
2017. 3. 2. 18:00