datetimepicker - Is it possible to use time picker only in blackberry -
i want user pick time @ time, system stop sending messages clients. possible enter in editfield still want use built in feature of black berry use time picker. learned datetimepicker class useful this. cant find code anywhere. please me providing hints or code. thank you
this code shows time picker. check this:
final datetimepicker datepicker = datetimepicker.createinstance( calendar.getinstance(), null, "hh:mm:ss aa"); datepicker.domodal();
further details check link:
Comments
Post a Comment