I\'ve created a TimePicker in layout and I want it to show time with format 24h.
Can you help me? Thanks.
TimePicker is a view for selecting the time of day, in either 24 hour or AM/PM mode. You can use setIs24HourView(true) method with TimePicker.
TimePicker