Schedule monthly task using ScheduledExecutorService

I want to schedule a task on a particular day of the month at a particular time. The interval between each run can be set between 1 and 12 months. In java, the tasks can be scheduled at fixed inter...