As usual, I'm having trouble with setting a Cron timer expression for a Quartz job. If I want to run a job daily at 2245 hours, should the expression be:
0 45 22 * * ?
|
|
|
Their tutorial is pretty nice though :-) The field order is
Year is an optional field.
So your trigger says:
Should work. |
|||
|
|
|
I'd imagine you wouldn't be asking the question if you didn't have any problem, but the syntax you listed should work:
You're using Quartz's CronTrigger? These formats would also work:
|
|||
|
|
|
|
|||
|
|