jQuery Tutorials

jQuery Datepicker with Simple Example

jQuery Datepicker with Simple Example

jQuery Date-picker most commonly used date-picker today in web applications. In this article I am explaining how to use jQuery Datepicker and it’s utility function with simple example. For example we need to save an event which has two dates `from` and `to`. So we need two date-picker fields and on the selection of `from` date, we need to disable all before dates in the `to` date-picker UI. So we …

Continue reading