Xamarin.Plugin.Calendar icon indicating copy to clipboard operation
Xamarin.Plugin.Calendar copied to clipboard

Ensure that the day is inside a valid range when month change

Open kvpt opened this issue 3 years ago • 0 comments

When only the month is changed and that the current date is end of month, like 31 January to February. It can generate an out of range date resulting in an app crash. Ensure that the day is not greater than the last day of the new month before creating the date.

kvpt avatar Feb 01 '22 13:02 kvpt