How to write cron expressions for below?
- first working day of each month at 00:00:00
- 4th working day of each month at 06:00:00
- 00:00:00 on saturday
Based on above cron expression, how to get start date and end date?
- first day of prior month and first day of present month
- 1st of previous month and 3 rd working day of present month
- Date of monday on present week and date of staturday of present week.