I am creating a web application for scheduling tasks using QUARTZ.NET and RAZOR (MVC4). Click here for more details.
Please give me the code or any link to implement DateTimePicker in RAZOR (MVC4).
Thanks for your precious help at Advance.
See this basic blog for datepicker with the jquery user interface. http://www.asp.net/mvc/tutorials/javascript/using-the-html5-and-jquery-ui-datepicker-popup-calendar-with-aspnet-mvc/using-the-html5-and-jquery- ui-datepicker-popup-calendar-with-aspnet-mvc-part-1
See my extended blog for localization support http://locktar.wordpress.com/2012/09/10/localization-validation-in-mvc/
from the model set the field to datetime
public DateTime myDate { get; set; } //View @Html.EditorFor(model => model.myDate)