Skip to content

Commit

Permalink
[DatePicker/Calendar] Added default firstDayOfWeek prop to Calendar c…
Browse files Browse the repository at this point in the history
…omponent. closes mui#5037
  • Loading branch information
Michael Sweeney authored and Michael Sweeney committed Aug 20, 2016
1 parent 679c339 commit 531f4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DatePicker/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Calendar extends Component {
locale: 'en-US',
minDate: addYears(new Date(), -100),
maxDate: addYears(new Date(), 100),
firstDayOfWeek: 1,
};

static contextTypes = {
Expand Down

0 comments on commit 531f4f3

Please sign in to comment.