你这不是单元格,你这是参数面板
控件默认值用公式:="" 就可以默认为空
日期控件编辑后事件js:
var num=this.getValue()
num=num.split(" ")
num=num[0]+" 08:30:00"
this.setValue(num)
点击前:
点击后: