HI Every One. I am new to android Developmemt . Actually my project requires to show Timepicker but i doesnot want to show AM or PM option and also not in the header of the picker, There is any way to do this ? Please reply ASAP
+1
A:
You can remove the AM/PM selector using the setIs24HourView(true)
method of TimePicker
. I've not tried it myself, but I think this should also remove the AM/PM caption from the header.
Hope that helps, bye
lencinhaus
2010-10-30 16:05:47
OK , I will try your suggestion . Thanks for the reply ....
Ravi
2010-10-30 16:11:58