In Bootstrap-datepicker, whenever I click on the calendar title (February 2014) in the header it takes you to the "months of the year" view mode. Is there a way to disable the ability to view other view modes or turning off the link without editing the plugin file?

You may search for this code in bootstrap-datepicker:
case 'picker-switch':
showMode(1);
break;
and comment out the showMode() line.
If you feel like making a contribution to bootstrap-datepicker I guess i is trivial to make the execution of this line depend on a custom option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With