0

I need to use kendo in my Angular project. But the requirement is once the date selection popup is open, starting day of the week should be Monday instead of Sunday which is the default behavior.

Current behavior:

enter image description here

<kendo-datepicker
    calendarType="classic"
    [animateCalendarNavigation]="true"
    [value]="value"
>

I searched a lot to find a setting like firstDayOfWeek='Monday' this, but unable to find anywhere.

If anyone know about it please share your thoughts.

Reference: https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/

Thanks.

aks44
  • 422
  • 3
  • 12
  • Take a look at this Telerik [thread](https://www.telerik.com/forums/firstday-of-week-for-kendo-ui-datepicker-for-angular). Has to do with updating the datepicker's culture. "The first day of the week is controlled by the chosen LOCALE_ID. For instance, if the locale is set up to 'en-GB', then the component will display the week from Monday." – ShawnOrr Feb 04 '22 at 16:18
  • But this will apply to all datepickers in the module, right? I only need this particular datepicker to start with Monday, in all other areas it should start by default on Sunday. – aks44 Feb 07 '22 at 06:35
  • @aks44 - Yes, that's true. Unfortunately, Telerik doesn't provide us with a property to override the culture of the specific component. – David Feb 07 '22 at 14:26

0 Answers0