I\'m using jQuery UI 1.8 and I would like to hide the year from the user in both the popup and the textbox. Essentially instead of picking the day, month and year I want the
The attribute
changeYear:false; select.ui-datepicker-year { display:none }
sometimes change dropdown to span. So add this css code.
span.ui-datepicker-year { display:none }