I need to find out the first occurrence of Date and time represented by given cron expression. Is there any java class, utility code which can help in getting data object fr
You can check org.quartz.CronExpression It has a method named getNextValidTimeAfter which you can use.