xrutayisire / react-js-cron

A React cron editor built with antd
https://xrutayisire.github.io/react-js-cron/?path=/docs/reactjs-cron--demo
MIT License
238 stars 105 forks source link

Support for special characters #63

Open erwan-joly opened 10 months ago

erwan-joly commented 10 months ago

Is your feature request related to a problem? Please describe. It would be nice if there was support for the main special characters (a lot of backend cron library support those)

https://github.com/HangfireIO/Cronos#special-characters

Describe the solution you'd like An optional selector for "Last", An extra value for weekday W

xrutayisire commented 10 months ago

Hi,

It's non-standard cron characters, and so I didn't include it initially. Sorry, I will not add it myself since I don't have the time, but a PR is accepted to support this.

Xavier