javascript - option to change jquery ui datepicker to just a "yearpicker" -


i'm checking datapicker documentation here trying find way change full display date picker can pick year only. can't find anything. tried suggestions found here this, still displays full view.

.datepicker({changeday:false, changemonth:false, changeyear:true}) 

can somehow turn datapicker year picker only?

for company's website, used jquery ui slider instead since year single value. in our implementation, had year range, slider accommodated that.

http://jqueryui.com/demos/slider/#steps


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -