jquery ui datepicker day/month only, not year selection

后端 未结 6 1458
粉色の甜心
粉色の甜心 2020-12-16 16:11

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 do

6条回答
  •  温柔的废话
    2020-12-16 16:32

    Couldn't you do

    #myInput .ui-datepicker-year{ display:none; }
    

    to restrict it to just the datepicker you're concerned about?

提交回复
热议问题