react-native-calendar-strip icon indicating copy to clipboard operation
react-native-calendar-strip copied to clipboard

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...

Open tgprudencio opened this issue 3 years ago • 1 comments

tgprudencio avatar Jan 18 '22 13:01 tgprudencio

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},
          }}}

fractalscape13 avatar Feb 01 '22 20:02 fractalscape13