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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -