Finding Last Fired time using a Cron Expression in Java

Posted by a-sak on Stack Overflow See other posts from Stack Overflow or by a-sak
Published on 2010-04-26T02:51:08Z Indexed on 2010/04/26 2:53 UTC
Read the original article Hit count: 273

Is there a way in Java to find the "Last Fired Time" from a Cron Expression.

E.g. If now = 25-Apr-2010 10pm, cron expression "0 15 10 ? * *" (quartz) should return me 25-Apr-2010 10:15am

I do not care if we use standard cron expressions (like Unix and Quartz) or less popular ones if they can fetch me the correct "Last Fired Time"

© Stack Overflow or respective owner

Related posts about java

Related posts about quartz-scheduler