i am using this code to show alert dialog...when i click on the ok button it should show the date picker..
protected Dialog onCreateDialog(int id) { swit
an idea to set the month field value to X is to set it to X % 12 (modulo), so then you are sure that you will not exceed the autorized value. Same for hours and minutes. Cheers. Charles.