issues
search
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
339
forks
source link
Issue #1 (week of day) fix
#2
Closed
tucksaun
closed
13 years ago
tucksaun
commented
13 years ago
Fix week of day (issue #1) by:
handling cron's behaviour (0 to 6 = sunday to saturday and 7 = sunday)
intervals handling for week of day
additional tests for week of day
Fix week of day (issue #1) by: