Timepicker & Datepicker I took a component from http://trentrichardson.com/examples/timepicker/ to display a calendar that used Jquery. The steps to install the JQuery plugin 1) Include in your file the following files, this can be done downloading the files or doing the references. Downloading the Files. <script src="../Scripts/Mail/jquery-2.0.2.min.js"></script> <script src="../Scripts/Mail/jquery-ui.min.js"></script> <link href="../Content/jquery-ui.css" rel="stylesheet" /> <script src="../Scripts/Mail/jquery-ui-timepicker-addon.js"></script> Includinf the references. <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.min.js"></script> <link rel="stylesheet" type="text/css" href="ht...