rnwonder/solid-date-picker

More Features

Closed this issue · 3 comments

If you have any feature you would like let us know

Add a prop for weekStartDay. Can use the Date day object index range. For example:

<DatePicker 
  value={value}
  locale="en-AU"
  weekStartDay={1}
/>

Should then display the calendar grid as:

Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6
7 8 9 10 11 12 etc

Oh cool

Implemented. Please Upgrade to version 0.4.1. You can also check it out on the Demo. Under Customize Dates no 4 and 5