I'm working on Angular and using ng-pick-datetime plugin. I want to disable the dates of every weekend(Saturday & Sunday). I tried to search but couldn't find any solution.
<input [owlDateTime]="dt1" class="form-control" formControlName="currentDate" [owlDateTimeTrigger]="dt1" placeholder="mm/dd/yyyy" />
<owl-date-time #dt1 pickerType="calendar"></owl-date-time>