-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I set range for date selection #16
Comments
@sandeee1928 You can set a startDate for the calendar where the user cannot select the dates before this date. But don't have the endDate now, will provide this sometime in future :) |
Hi, Thanks for reply, The startDate is only working when multipleDateSelection is enable(true), Thanks, On Thu, Apr 21, 2016 at 12:15 AM, Praba [email protected] wrote:
|
This problem has been solved. (select the date before the startDate) |
@YMonnier Is this selection done within this source code or you have a separate one for it? |
Hey @ipraba, faiztech |
I'm interested in the |
@raid5I actually implemented a Weekly Calendar Picker, You can achieve start date and end date by modifying the Week() class in the project. |
Is it possible to set a range for date to be select, like user can only select a date from today to next 15 day.
The text was updated successfully, but these errors were encountered: