I want to schedule a task to run on last day of every month at 10:10 AM. The cron expression is 0 10 10 L * ?
0 10 10 L * ?
Now the problem is CronSequenceGener
CronSequenceGener
Expression syntactically correct with your condition: 0 10 10 L 1/1 ? *
0 10 10 L 1/1 ? *
And this is workaround that you could be interested: Workaround for CronSequenceGenerator Last day of month?