All jQuery DatePicker

Validate Date of Birth is not greater than current date using jQuery

This is a common situation where Date of birth needs to validated against the current or today's date. I have to implement the same functionality for my project. I have used jQuery UI datepicker control to select date and textbox was read only, it was pretty easy to implement. Read my series of articles about […]
Read the rest of this entry »

Set Date range to one month in jQuery datepicker

In this post, I will show you how can you set the selected date range to only one month from the current date in jQuery UI datepicker. jQuery UI datepicker provides 2 options minDate and maxDate. minDate option allows you to set minimum selectable date in datepicker. Default is null which means no limit. Where […]
Read the rest of this entry »

Show multiple months in jQuery datepicker

By default the jQuery UI datepicker shows only one month in the datepicker. But in this post I will show you how can you display multiple months in jQuery datepicker. Read my other posts related to jQuery UI Datepicker. 1. Implement jQueryUI DatePicker with ASP.NET 2. Show Hand/Pointer cursor on image button with jQueryUI datepicker […]
Read the rest of this entry »

jQuery Datepicker does not work after Ajax Partial Postback

I had already posted number of post related to jQuery UI Datepicker. 1. Implement jQueryUI DatePicker with ASP.NET 2. Show Hand/Pointer cursor on image button with jQueryUI datepicker control 3. Disable Weekends in jQuery UI DatePicker 4. Enable weekends in jQuery UI Datepicker 5. Disable specific days in jQuery Datepicker "jQuery UI Datepicker does not […]
Read the rest of this entry »

Disable specific days in jQuery Datepicker

I had already posted about, 1. Disable Weekends in jQuery DatePicker 2. Enable only weekends in jQuery Datepicker Now, one of my colleague asked me that I want to disable only Monday and Wednesday. How can I? Here is how you can achieve it. In this case, I have disable Monday(1) and Wednesday(3) but as […]
Read the rest of this entry »

Enable weekends in jQuery Datepicker

In my previous post "Disable Weekends in jQuery DatePicker", I had shown you that how can you disable the weekends in jQuery Datepicker control. However, there could be a situation where you need to enable only weekends and disable all the other days. See below image.   Below given small piece of code fulfill our […]
Read the rest of this entry »

Responsive Menu
Add more content here...