学习日记5、easyui datetimebox 和combobox设置默认值

$('#PersonnelId').combobox("select","@Model.PersonnelId")
$('#Birthday').datebox('setValue',"@Model.Birthday.ToString("yyyy-MM-dd")")

原文地址:https://www.cnblogs.com/Wxinchun/p/8644643.html