I am using react-datepicker but for some reason, we don't want to show the month and year in the dropdown.
<DatePicker
selected={this.state.startDate}
onChange={this.handleChange}
peekNextMonth
showMonthDropdown
showYearDropdown
dropdownMode="select"
/>
Is there any other way to show the month and year?