I am trying to create the Quartz cron expression which runs on every 2 week on given day
e.g.
Once in a every two week on Monday
and using the following expression
0 0 6 ? * 1#2,1#4
but somehow I am getting following error
Support for specifying multiple "nth" days is not implemented.