I am trying to implement the saturn datepicker and below is my code. Unfortunately, I notice that after January 4th (Wednesday), January 5 starts only on a Sunday.
For the month of February ...Feb 01 is on a Sunday and Feb 02 is also on the following Sunday.
Any help is much appreciated.
<mat-form-field>
<input matInput
placeholder="Choose a date"
[satDatepicker]="picker"
[value]="date">
<sat-datepicker #picker [rangeMode]="true"></sat-datepicker>
<sat-datepicker-toggle matSuffix [for]="picker"></sat-datepicker-toggle>
</mat-form-field>