Datetimepicker

Can you help me?
I need an example that explains how to add and modify date and time using this tool(Datetimepicker).
 thanks

3 Replies

SP Sakthivel Palaniyappan Syncfusion Team May 19, 2020 10:28 AM UTC

Hi Brekooname,

Greetings from Syncfusion.

We have analyzed your query and you can achieve your requirement as like below code snippet.

XAML:

 
       <local:DateTimePicker 
            x:Name="date" 
            ColumnHeaderHeight="40" SelectedItem="{Binding StartDate}" 
            HorizontalOptions="Start" 
            PickerHeight="400" 
            PickerMode="Dialog" 
            PickerWidth="300" 
            VerticalOptions="Center" /> 

We have created sample based on this and please find the sample from below link.

Sample:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/DateTimePicker1659494757.zip

Please refer the below UG link for more details

https://help.syncfusion.com/xamarin/picker/datetimepicker

Please let us know if you have any other queries.

Regards,
Sakthivel P.




HS Harsh Shah October 22, 2020 06:06 AM UTC



SP Sakthivel Palaniyappan Syncfusion Team October 23, 2020 04:09 AM UTC

Hi Harsh,

Thanks for the suggestion.

Regards,
Sakthivel P.
 


Loader.
Up arrow icon