Do you know any library or code in PHP to check if a date satisfies a given cron expression?
Posted
by Cohnen
on Stack Overflow
See other posts from Stack Overflow
or by Cohnen
Published on 2010-06-10T17:21:49Z
Indexed on
2010/06/10
17:22 UTC
Read the original article
Hit count: 258
Hi, I was wondering if some of you know about a library in php so that I can pass a date and a cron expression and it tells me wether the date satisfies the cron expression or not. The java Quartz library is able to do that (and more like getting the next valid date for a given cron expression) but I was wondering if this is possible using php.
Thank you!
© Stack Overflow or respective owner