Show only Year in Date Picker

0
Hello, How to display the only year in the date picker, yes there is custom format but when I set "yyyy" then control become non-editable. but I want to option to choose the year(year only) in the picker and display the selected year Thanks,
asked
1 answers
4

Do not use the Date Picker for that but use a dropdown to show either an enumeration with the years or an entity with the year values. I would choose that option.

Regards,

Ronald

 

answered