shawnchin / jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries
http://shawnchin.github.io/jquery-cron
MIT License
177 stars 118 forks source link

Quartz cron expression #7

Closed angeloscaldaferri closed 12 years ago

angeloscaldaferri commented 12 years ago

Hi Shawn Chin, congratulations for your job. Have you already developed a Quartz cron expression version? Otherwise think of developing it? I'd really need it but I could not find anything on the web.

Thanks

shawnchin commented 12 years ago

Many thanks for your kind words.

Having never used Quartz, I'm afraid there are current no plans to introduce such a feature. Sorry.

angeloscaldaferri commented 12 years ago

Tanks for your response. Quartz is framework to use for generical java classes scheduling. We would like to use your library to fit in this framework, in order to be able to handle the scheduling of a web app in terms of graphics.

I could extend your library to have a unique product in the web?

Tanks

shawnchin commented 12 years ago

Do feel free to extend the library as you see fit.

If you wish, I'll be happy to considered including your extension in the main tree if it does not affect existing users, or alternatively point others to your project should they ask for a Quartz extension.

WePraiseTheSun commented 9 years ago

Hi shawnchin, It would be good to implment this for quartz

felixruponen commented 8 years ago

Hi

I've forked the project and implemented the same functionality but with quartz format instead of regular cron. Feel free to check it out

https://github.com/felixruponen/jquery-cron

angeloscaldaferri commented 8 years ago

Tanks felixruponen!!

anggastudio commented 7 years ago

Hi @felixruponen, it seems your code doesn't work

I've checked index.html for both yours and @shawnchin's On Introduction section, it's should be two demos, but the demos on your index.html doesn't work.

anggastudio commented 7 years ago

Ooops, my bad. Sorry @felixruponen, your code works really well. I shouldn't put initial cron at first. Thank you