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 can try the calendar.set methods specified in this links.
How to set the calendar in android for particular hour
This worked for me , when I wanted to run the service on the specified time.