You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
The DateTimePicker in Android is exhibiting unexpected behavior when selecting a date in February. The callback is returning a date in the following month instead of the selected date.
Click on the start date to open the DateTimePicker.
Select any date in February.
Expected Behavior:
The callback should return the selected date accurately.
Actual Behavior:
The callback returns a date in the next month instead of the selected date.
The text was updated successfully, but these errors were encountered:
pap5508
changed the title
[@nativescript/datetimepicker] Bug in datetimepicker callback showing false date
[@nativescript/datetimepicker] Bug in Android datetimepicker callback showing false date
Jan 31, 2024
pap5508
changed the title
[@nativescript/datetimepicker] Bug in Android datetimepicker callback showing false date
[@nativescript/datetimepicker] Bug in datetimepicker callback showing false date
Jan 31, 2024
Issue Summary:
The DateTimePicker in Android is exhibiting unexpected behavior when selecting a date in February. The callback is returning a date in the following month instead of the selected date.
Steps to Reproduce:
Expected Behavior:
The callback should return the selected date accurately.
Actual Behavior:
The callback returns a date in the next month instead of the selected date.
The text was updated successfully, but these errors were encountered: