How do I disable year in Angular Telerik DatePicker component? I am trying the following, and its not working. https://www.telerik.com/forums/datetimepicker-select-month-and-day-without-year
Currently trying to apply this in the Html place.
<kendo-datepicker format="MMMM"
[formatPlaceholder]="{ month: 'mm', day: 'dd' }"></kendo-datepicker>
I want to only select/display Month and Day, Without Year.