[HttpPost] public ActionResult Index(string date) { DateTime today = System.DateTime.Now; DateTime chk_date = Convert.ToDateTime(date); if (today < chk_date)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)