Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable other Bootstrap-datepicker view modes?

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?

like image 353
Norbert Avatar asked May 13 '26 06:05

Norbert


1 Answers

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.

like image 141
Pedro Rolo Avatar answered May 15 '26 20:05

Pedro Rolo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!