xamarin.forms - Xamarin Forms timepicker 24hour -


i'm new xamarin.forms , can't seems find how show dialog in 24hour format instead of am/pm

can me ?

thank you

this page usefull learn how format dates in c#:

https://msdn.microsoft.com/en-us/library/8kb3ddd4%28v=vs.110%29.aspx

and code able show 24 hour format:

timepicker timepicker = new timepicker {    format = "hh:mm" }; 

Comments