feek
neo
Joined: 10/03/2013 05:56:58
Messages: 2
Offline
|
The Quartz 2.2 documentation at http://quartz-scheduler.org/documentation/quartz-2.2.x/tutorials/tutorial-lesson-06 says:
Months can be specified as values between 0 and 11. [...] Days-of-Week can be specified as values between 1 and 7 (1 = Sunday)
The Quartz 2.2 CronExpression Javadoc at http://quartz-scheduler.org/api/2.2.0/org/quartz/CronExpression.html says:
Field Name: Month.... Allowed Values: 1-12
For months [the numbers range is] 1 to 12
Now I am confused. Which format is the correct format?
(... and also, regarding days-of week, for "standard cron", there seems to be the standard numbers range 0-6. So is Quartz deviating from "standard cron").
|