Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin.Forms DatePicker Time

I'm using the Xamarin Forms Date Picker and it is working fine. But the picker only displays Month, Day and Year. I need to also add the ability for the user to set a time. Is there any built in way to do that, or can I subclass the Picker and add it?

like image 222
julianwyz Avatar asked Nov 25 '14 14:11

julianwyz


1 Answers

Xamarin Forms has a separate TimePicker control. There does not appear to be a single integrated DateTime control.

like image 142
Jason Avatar answered Sep 20 '22 00:09

Jason