Skip to content

This is a great and simple UI tool developed on javascript to specify cron entries ⚙️

License

Notifications You must be signed in to change notification settings

DarkSideMoon/QuartzCronGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuartzCronGenerator ⚙️

Bootstrap-5 Cron expressions generator

quartzCron is a Jquery plug-in which helps you to build cron expressions. quartzCron generated expressions are based on Quartz cron format.

Sample

Sample of project you can find by the link on github pages

Dependencies

Usage

Intialization:

  $(element).quartzCron();

Getting Cron Expression:

var cron = $("element").quartzCron();
alert(cron.getCron)

Setting CRON Expression:

$("element").quartzCron({
    setCron: '0 0 12 1/1 * ? *'
    activeTab: “DAILY”
});

About

This is a great and simple UI tool developed on javascript to specify cron entries ⚙️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published