I am writing a custom component that allows users to choose a date from the calendar using JAVA SDK. I want to set a day as the first day of the week(e.g. MONDAY), which would then display the calendar with that day as the first day of the week(the first column of Calendar will be that day which was set).
In Android, we have setFirstDayOfWeek(int firstDayOfWeek) method in DatePicker which does that for us.
What is the alternative for the above in DatePicker of Harmony OS?
Regards, Subham