Problem is, how to disable selectable on PAST DATES in fullcalendar\'s month/week view.
I want to user not allowed to click/select the on past dates.
No need for a long program, just try this.
checkout.setMinSelectableDate(Calendar.getInstance().getTime()); Calendar.getInstance().getTime()
Gives us the current date.