I am looking for a datepicker for JQuery which allow my users to specify specific parts of the year. For example I want them to be able to pick summer months (April 01 – Sept 01). This data is going to be applicable every year so the actual year is irrelevant. Are there any datepickers out there that can do this for me. Or am I looking for the wrong thing?
Share
You could use the jQuery UI datepicker just set the year start and end to the same value, then use CSS to hide the yeah label (CSS class is ui-datepicker-year).