如果我想在本月的最后一个工作日运行工作,那么spring cron 表达式会是什么。就像这个月在星期六结束时,我需要在星期五解雇它。工作日包括周一至周五。
问问题
101 次
1 回答
0
您需要使用LW
表达式,请参见:http: //quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
The 'L' and 'W' characters can also be combined in the day-of-month field
to yield 'LW', which translates to *"last weekday of the month"*.
于 2013-12-03T19:20:23.880 回答