I’ve created a TimePicker in layout and I want it to show time with format 24h.
Can you help me? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TimePickeris a view for selecting the time of day, in either 24 hour or AM/PM mode.You can use
setIs24HourView(true)method with TimePicker.