datetimepicker
datetimepicker copied to clipboard
Change the default first day of the week on Android platform.
I want to change the first day of the week, currently, by default, Monday is Is it possible to change the first day of the week on DatePicker in Android, (I can see that there is property firstDayOfWeek is available for Windows platform only.)
this should be possible with https://developer.android.com/reference/android/widget/DatePicker#setFirstDayOfWeek(int), PRs are welcome