Open luisdhm opened 4 years ago
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
same issue while changing the year month is changed like if I change the year 2021 to 2022 the month is changes
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