-
Notifications
You must be signed in to change notification settings - Fork 265
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
Make Selected date in TO tab always be greater than FROM selection #48
Comments
Any thought on this? any lead would be appreciated. |
We need to have a function to set a data in each tab. |
@OverRide
NB: Please watch the month pre-increments. i.e You should only increment once otherwise the month won't be correct |
I think @hawkraph is right. You can put validation once the User click OK button in the onDateSet method. Within this callback method, you can put any type of validation based on your business. |
@OverRide SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); |
If i select a future date in the From tab and i clicked on To tab. It is still showing current date as selected. The To tab value should be same or latter than The value selected in from tab.
The text was updated successfully, but these errors were encountered: