dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 414 forks source link

Bug with month when changing year #122

Open luisdhm opened 3 years ago

luisdhm commented 3 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

vedprakashsah1998 commented 2 years ago

same issue while changing the year month is changed like if I change the year 2021 to 2022 the month is changes