You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With beneath setup the first day is selected after and date pick is limited to 1 day only selecting other months and years is disabled, after selecting a new day twice the month jumps to the next month and you can't go back as month change is disabled.
With beneath setup the first day is selected after and date pick is limited to 1 day only selecting other months and years is disabled, after selecting a new day twice the month jumps to the next month and you can't go back as month change is disabled.
`$(function() {
$( ".hredate" ).multiDatesPicker({
defaultDate: new Date(2019,01,01),
dateFormat: 'dd-mm-yy',
changeMonth: false,
changeYear: false,
stepMonths: false,
beforeShowDay: $.datepicker.noWeekends,
});`
The text was updated successfully, but these errors were encountered: