More support for next date out of multiple crontabentries
Brought to you by:
iolalla
Added the following 2 methods to CalendarBuilder.java
public CrontabEntryBean getNextCrontabEntry
(CrontabEntryBean[] cebs, Date afterDate)
public Date buildCalendar(CrontabEntryBean[] cebs,
Date afterDate)
This would enable one to find the next date after a
specific date out of multiple crontab entries.
CalendarBuilder.java