y0c / react-datepicker

📅 React DatePicker Library (Flexible, Reusable)
https://y0c.github.io/react-datepicker
MIT License
168 stars 33 forks source link

Set first day of the week #41

Closed bulutfatih closed 4 years ago

bulutfatih commented 5 years ago

Is your feature request related to a problem? Please describe. Currently, the week starts from Sunday to Saturday in the calendar. It would be better to have an option to set the first day of the week.

Describe the solution you'd like We can have a prop to define the first day.

Thanks!

flo-l commented 4 years ago

This is fixed by #46. If you set a locale where the first weekday is Monday (like en-GB), you'll get the expected result.

bulutfatih commented 4 years ago

@flo-l Thanks for your contribution!