标签: datetimepicker
public ActionResult save(FormCollection fmcollection) {
Datetime date = Convert.ToDateTime(fmcollection[""]);
/ *插入代码* / }