Search code examples
angularjsbootstrap-datetimepicker

How to disable dates with dateTimePicker AngularJS bootstrap


I'm using the Angular Bootstrap DateTimePicker.

I'm trying to figure out how to disable specific dates, but nothing is working.

Does anybody have any suggestions?


Solution

  • I found the answer. I'm using the beforerender as they suggesting: I'm taking all objects of current representation (month). Looking for that specific date then changing that date selectable attribute as false.