How to check if cronjob expression is due

467 views Asked by At

I have a cron expression like 0 04 14 ? * FRI * and I have a Date. I want to check if that date matches this cronjob expression. In other words, I would like to know if a cronjob will be executed at the given date.

I have found Quartz but I haven't found a Utility class for simply checking if a cronjob expression matches a .

Does anybody knows if there is library I can use for that?

0

There are 0 answers