public ActionResult LayNGayKetThucHoanChinh(DateTime?ngaybd, int?SoBuoi, int?Buoi1, int?Buoi2, int?KhuVuc) { try { string ngaybatdau = ngaybd.Value.ToString("yyyy-MM-dd"); var model = db.APAX_HamLayNgayKetThuc(ngaybd.Value.ToString("yyyy-MM-dd"), Buoi1, Buoi2, SoBuoi, KhuVuc).ToList(); return(Json(model[0].Date.Value.ToString("dd/MM/yyyy"), JsonRequestBehavior.AllowGet)); } catch { return(Json(7, JsonRequestBehavior.AllowGet)); } }