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
Selvaraja Harichandran
1 answers
5
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.