I am using datepicker
from Angular directives for bootstrap. I want to show only months and years in the datePicker pop-up, but could not find a way.
I tried the similar approach of Bootstrap datepicker by giving it as dateoptions
, but it did not work. Using datepicker-mode="month" min-mode="month"
also did not helped.
Please find here The link to plunker
What we can observer is clicking on month
in the datepicker, switch it to month view. So, this can be done, but how?