ngx-daterangepicker-material to open with previous and current month instead of current and next month

3k views Asked by At

I am using ngx-daterangepicker-material which shows current and next month for latest range.

<input type="text" 
    ngxDaterangepickerMd
    [locale]="{ 'format': 'MM/DD/YYYY'}"
    [(ngModel)]="selected"
    [ranges]="ranges"
    alwaysShowCalendars="true"
    name="daterange"/>

Is it possible to show previous and current month?

Stackblitz link is here

0

There are 0 answers