I want the user to specify their birthday or anniversary date (without year) in a form. For this, I want to use jquery datepicker but it should not show any year option at a
$("#datepicker").datepicker( { format: "dd-MM", viewMode: "months", maxViewMode: "months" });
this will surely hide year from datepicker view, will show only month and days panel