how to display inline on the calander to display as default?
slimgsma opened this issue · 0 comments
slimgsma commented
sorry, i'm still learning how to implement the datepicker
how to display inline on the calander to display as default? instead of display the input type
$('#mdp').multiDatesPicker({
maxPicks: 2,
beforeShowDay: $.datepicker.inline
});
doesn't work
thanks for the help!