Naxulanth / react-native-daterange-picker

A React Native component for picking date ranges or single dates.
MIT License
134 stars 90 forks source link

Locally aware week start #7

Closed dboth closed 3 years ago

dboth commented 4 years ago

It's better do use weekday() instead of day() to get the week day. This lets the calendar begin on Monday, Sunday or any other day depending on the moment locale. E.g. in Germany it's normal to have the calendar start on Monday, a calendar starting on Sunday is unusual to us.

Overall great work and thanks!

Naxulanth commented 3 years ago

👍