CronPicker
CronPicker is a javascript library that provides easy to use interface for generating CRON expressions.
TODO: add preview gif
Features
- Supports multiple CRON formats: crontab (StandardCronFormatter) and extended format used in Quartz Scheduler (QuartzCronFormatter)
- Can be initialized with an existing CRON expression
Installation
npm install bootstrap-cron-picker
Using Bower:
bower install bootstrap-cron-picker
Usage
To attach CronPicker to an input field with id #cron-picker
:
;
You can also initialize CronPicker with existing cron expression. To do that, simply set value of the HTML input before attaching CronPicker.
For advanced usage, you can pass any of the following options:
;