Hi Taahir,
Greetings from Syncfusion.
We have analyzed your query and checked the provided sample, in that sample you
have set MaximumDate as “01/28/2020”
so only the month is shown only one. By default, value of Date is current date.
You can customize the default selected date, by setting Date property to your
date. We are unable to reproduce the
reported issue of “Crash after the select date”, and for this we have recorded
video, please find the video from below.
Video:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/PickerTrim.mov-1089173555.zip
XAML:
<datePicker:SfDatePicker HorizontalOptions="Center" WidthRequest="400" MinimumDate="1/1/1900" ShowHeader="False" ShowFooter="False" MaximumDate="12/28/2020" Date="{Binding Date}"> |