We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dateFormat: 'dd/MM/yyyy' pickerMode: DateTimePickerMode.date initialDateTime: '07/08/2020' maxDateTime: '07/07/2021'
When I open the picker and change year 2020 to 2021, the picker shows '07/07/2021', but the onConfirm method gives '07/05/2021' as parameter
The text was updated successfully, but these errors were encountered:
same issue while changing the year month is changed like if I change the year 2021 to 2022 the month is changes
Sorry, something went wrong.
No branches or pull requests
dateFormat: 'dd/MM/yyyy'
pickerMode: DateTimePickerMode.date
initialDateTime: '07/08/2020'
maxDateTime: '07/07/2021'
When I open the picker and change year 2020 to 2021, the picker shows '07/07/2021', but the onConfirm method gives '07/05/2021' as parameter
The text was updated successfully, but these errors were encountered: