Calculating end date while skipping holidays + Joda time
- by picca
I would like to calculate end date (and time) of an event. I know starting date and duration (in minutes). But:
I have to skip holidays - non-recurrent situation
I have to skip weekends - recurrent situation
I have to not count working time (e.g: from 8:00am till 5:00pm) - recurrent situation, but with finer granularity
Is there a simple way to achieve these cases using Joda time library?