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
In Single mode I can't select last date, because while creating calendar picker max date is less on 1 millisecond due to running this code maxCal.add(MILLISECOND, -1); So if we click on max date clicked date will be bigger than max date on 1 millisecond and conditions if (betweenDates(clickedDate, minCal, maxCal) return false
The text was updated successfully, but these errors were encountered:
In Single mode I can't select last date, because while creating calendar picker max date is less on 1 millisecond due to running this code
maxCal.add(MILLISECOND, -1);
So if we click on max date clicked date will be bigger than max date on 1 millisecond and conditionsif (betweenDates(clickedDate, minCal, maxCal)
return falseThe text was updated successfully, but these errors were encountered: