var oDate;
var oToday;
oToday = new Date();
oDate = oToday;
crmForm.all.new_date.DataValue = oDate;
  // new_date 为自建的日期控件

相关文章: