I'm using Bootstrap DatePicker in mm / yyyy format, but I'm having trouble setting the longest possible date.
TheCodelookslikethis:
$('#mesVigencia').datepicker({format:"mm/yyyy",
startView: "months",
minViewMode: "months",
language: 'pt-BR'
})
How to set the current month as the largest selectable month?