We are using the 'kendo-datepicker' in our application.
Here we have an issue, that not all month are displayed in the selection:
May and Oktober are missing!
When I use the stackblitz example of the date-picker (https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/), everything works fine:
But: the month are arranged in another way!
My code ist just simple:
<kendo-datepicker [(value)]="dateValue"></kendo-datepicker>
<kendo-timepicker [(value)]="dateValue"></kendo-timepicker>
Regards,
Ralph