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
If let say, I develop an app for booking using the calendar, and the app only allow booking from today until next 2 months. Is it possible to disable dates smaller than today and dates greater than 2 months later? Any helps would be really appreciate!
The text was updated successfully, but these errors were encountered:
If let say, I develop an app for booking using the calendar, and the app only allow booking from today until next 2 months. Is it possible to disable dates smaller than today and dates greater than 2 months later? Any helps would be really appreciate!
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/23.
I'm doing this right now. I'm not allowing my users to scroll past today's date (because they can't enter data past todays date). In showNextMonth compare the self.currentDate to today's date and see if it's past by 2 months
If let say, I develop an app for booking using the calendar, and the app only allow booking from today until next 2 months. Is it possible to disable dates smaller than today and dates greater than 2 months later? Any helps would be really appreciate!
The text was updated successfully, but these errors were encountered: