js中如何获取easyui的日期控件的值

2024-10-27 23:07:12
推荐回答(2个)
回答1:

$('#date').datebox('getValue');

回答2:

var v = $('#dd').datebox('getValue');