You can find this code in bootstrap-datepicker:
case 'picker-switch':
showMode(1);
break;
and comment out the line showMode ().
If you want to contribute to bootstrap-datepicker, I think it is trivial that the execution of this line depends on the user option.
source
share