I'm using ngx bootstrap datepicker in the project
Needed only month and year to be selected like the above image
<input type="text"
class="form-control"
(bsValueChange)="modelChanged($event)"
#dp="bsDatepicker"
bsDatepicker [(bsValue)]="bsValue"
[bsConfig]="{ dateInputFormat: 'YYYY-MM-DD' }"
>
is there any way to config the date-picker like this? or Suggest any alternative date-picker which allow this functionality