Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.36 KB

File metadata and controls

18 lines (10 loc) · 1.36 KB

jQuery UI datepicker examples in MVC

jQuery UI DatePicker plugin

jQuery UI DatePicker plugin allows you to select a date easily. You can customize the format, language of date to be displayed, restrict the selection of dates, show buttons, or navigation to navigate to different month or year.

It gives you the DatePicker method. Using options of this you can change CSS, date format, language. You can attach datepicker to input control where the user will be able to select date from datepicker and also enter date to the input control. For inline display of datepicker attach it with span or div element.

Repository Files

  1. Home Controller - returns date for view.
  2. Index HTML View- having HTML for jQuery UI DatePicker Widget and related events.

Below image shows you how jQuery UI DatePicker Widget with Custom buttons

jQuery Date Picker Widget with Custom buttons

For more detailed description visit - jQuery UI Date Picker Widget