How to create DateTimePicker in Razor MVC4?
asp.net-mvc-4, datetimepicker, quartz.net, razor
Solution
See this basic blog for datepicker with jquery UI. 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 extending blog for localization support http://locktar.wordpress.com/2012/09/10/localization-validation-in-mvc/
Problem
I am creating a web-based task scheduling application using QUARTZ.NET and RAZOR(MVC4). For more details Click Here as given bellow Please give me some code or any reference to implement DateTimePicker in RAZOR(MVC4). Thanks for your precious Help in Advance.