I\'ve created a TimePicker in layout and I want it to show time with format 24h.
Can you help me? Thanks.
You just need call and send true to setIs24HourView function.
TimePicker tpHourMin = (TimePicker) findViewById(R.id.timePicker); tpHourMin.setIs24HourView(true);