Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create DateTimePicker in Razor MVC4? [closed]

I am creating a web-based task scheduling application using QUARTZ.NET and RAZOR(MVC4). For more details Click Here as given bellow

Form to add scheduler

Please give me some code or any reference to implement DateTimePicker in RAZOR(MVC4).

Thanks for your precious Help in Advance.

like image 966
Sagar Kute Avatar asked Mar 24 '23 08:03

Sagar Kute


1 Answers

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/

like image 148
LockTar Avatar answered Apr 02 '23 11:04

LockTar