javascript - Can you configure the material-ui datepicker so you can select dates from consecutive months while still viewing the current month? -


i'd select dates same calendar week, not same calendar month. eg. when month begins on saturday (1st), want select friday month before (30th).

here's example of mean, when you're inspecting july, want select 1 of last days of june:

datepicker material-ui consecutive

after extensive research , examination of code, can conclude format isn't supported. considered contributing pull request repository saw statement from documentation, , decided not invest effort:

⚠️ new features based on v0.18.x have low priority , not reviewed nor merged. want focus on bug fixes.

material-ui has new version v1.0.0 coming out in future have new datepicker component, may useful add new format configurable option that.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -