Essentially allowing people to emulate the Google Analytics style of date picker.

This would also respect monthsShown.

Our users have mentioned it's difficult to select common dates of interested like 1st of the month quickly. We could highlight these dates but that feels like a work around.
I'm happy to do implementation if you're interested in it.
You can already customize the appearance of those days via the react-datepicker__day--outside-month CSS class.
You can probably style the outside-month class with visibility: hidden to get what you need.
Thanks!
@xzyfer In your calendar captures in the OP, you're showing days of the week in a customized short format (not Su, Mo, Tu ...), could you tell me how you did that?
@karlkras If you want to short name of week to one letter, you should do it:
Most helpful comment
You can already customize the appearance of those days via the
react-datepicker__day--outside-monthCSS class.