jquery ui datepicker day/month only, not year selection
问题 I've searched here in SO and all around but no properly solutions founded for this issue. With jQueryUI DatePicker I need to select a recursive date for all years, so I don't wanna show year selection, 'cause it doesn't make sense. How can I obtain this inside the call like the following? $('#myInput').datepicker({ dateFormat: "dd/mm" }); Note: I can't use css solution as suggested here .ui-datepicker-year{ display:none; } because there are other datepickers in the same page. Any help will be