Is there any java class to get Date from cron expression

后端 未结 5 1613
时光说笑
时光说笑 2021-01-04 05:46

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

5条回答
  •  萌比男神i
    2021-01-04 06:17

    It looks like you could use either of these:

    • j-cron-expression
    • Quartz CronTrigger class

提交回复
热议问题