Does anyone know of a good Job scheduler UI widget?
The ideal component would be a Javascript widget (hopefully JQuery) that allows a user to select a frequency which is converted to a cron expression.
Anything good out there?
jquery-cron is a jQuery plugin for presenting a more intuitive interface for users to specify frequency, and converting that into a cron value.
Compulsory disclosure: I am the author of the plugin. I had a similar requirement recently and could not find anything suitable so I wrote my own and published it on github.
Disclaimer: I have limited web dev experience and dare not make bold claims about the plugin's fit for purpose. The only assurance I can give is that it has been used in at least one project without any problems (yet). Feedback / pull requests welcome.