mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.89k stars 337 forks source link

Incorrect expression in blog post #119

Closed DarkSide666 closed 8 years ago

DarkSide666 commented 8 years ago

Expression 0 0 0 ? 1/2 FRI#2 * in your blog post http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/ looks incorrect. Correct one would be 0 0 * 1/2 FRI#2 *.

dragonmantank commented 8 years ago

@mtdowling ^

Closing this since the library isn't directly attached to the @mtdowling's website.

DarkSide666 commented 8 years ago

well ... of course it's not directly attached, but I believe that website blog post should be corrected if it cares about readers :)