You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation is for specific date object in an array:
$scope.dates = [new Date('2016-11-14T00:00:00'), new Date('2016-11-15T00:00:00'),
new Date('2016-11-30T00:00:00'), new Date('2016-12-12T00:00:00'), new Date('2016-12-13T00:00:00'),
new Date('2016-12-31T00:00:00')];
hexadecy
added a commit
to beenote/angular-material-datetimepicker
that referenced
this issue
Jul 31, 2017
how can I disable certain days in the calendar? As an example, i want to disable all the weekends.
here is my code
<input time="false" date="true" mdc-datetime-picker type="text" id="date" placeholder="Date" ng-model="date" min-date="minDate" max-date="maxDate" disable-dates="dates">
The text was updated successfully, but these errors were encountered: