I\'m using Java\'s calendar to set an alarm at a specific date and time. I know how to make this work when the user selects a specific date and time. For example, i
You want to look at calendar.add , it will increment the next field if you get overflow.
http://developer.android.com/reference/java/util/Calendar.html