BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I change the day the week start? the calendar-strip always starts at monday and I want it to start at Sunday... is there any way to make it happen? Tahnks...

tgprudencio opened this issue · comments

Same issue, seems like this should easily be possible but haven't figured it out yet. I'm trying to adjust the locale config but having no response. The weekday abbreviations are working but the "dow" isn't doing anything.

  locale={{name: 'default', config: {
              weekdaysShort: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
              week: {dow: 0},
          }}}