How to disable Year/Month navigation in Bootstrap DatePicker -


i'm tryng disable month/year navigation button on bootstrap datepicker.

i want disable ability users click on "month/year" text in between navigation arrows , can't figure out.

enter image description here

thanks all.

if want restrict users use arrows can use maxviewmode option

$('#datepicker').datepicker({     maxviewmode: 0 }); 

see example: http://jsfiddle.net/zcvq0yhh/17/


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -