{

name:'startTime',

sortable:false,

editable:true,

width:300,

sorttype:'date',

//unformat:startTime,

editoptions:{

  dataInit:function(element){

  $(element).datetimepicker({

    language:'zh-CN',

    weekstart:1,

    todayBtn:1,

    autoClose:1,

    todayHighlight:1,

    startView:2,

    forceParse:0,

    showMeridian:1,

    format:'yyyy-mm-dd hh:ii:ss'

        })

     }

   }

}

  

相关文章:

  • 2021-08-26
  • 2021-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-09-05
  • 2021-09-08
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-02-28
  • 2021-11-27
相关资源
相似解决方案