You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Radhakrishna Kalyan <nr...@gmail.com> on 2014/01/22 15:29:19 UTC

Time from ScheduleExpression (Need help)

 Hi,

Can I use EJBCronTrigger to find the next schedule time from a
ScheduleExpression.

My goal is to display list of jobs in the GUI that are scheduled today.



*Code: EJBCronTrigger trigger = new
EJBCronTrigger(scheduleExpression); Date fireTimeAfter =
trigger.getFireTimeAfter(new Date());*