yp2 / ngx-cron-jobs

Demo
https://yp2.github.io/ngx-cron-jobs/.
MIT License
14 stars 21 forks source link

Every month first Saturday #79

Open xFlooD007 opened 10 months ago

xFlooD007 commented 10 months ago

Hello, I am using Quartz.Net library on my .Net core backend to schedule jobs for me. I wanted to integrate this plugin into my Angular frontend application to allow users to define schedules from a the UI. I have gone through the demo website and i see this plugin is missing this kind of schedule: "Every month on nth Day" Like every month on the first Saturday

According to Quartz.Net Cron expressions documentation, it is possible.

Is this possible using ngx-cron-jobs? if not, can this be considered to be added?

madsthom commented 8 months ago

Hi @xFlooD007. Thank you for the writing. Unfortunately, this repo is not under any active development at the moment. Feel free to implement the feature yourself and submit a PR.