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

every hour cron expression not working properly #14

Open JerryAlbinA opened 10 years ago

JerryAlbinA commented 10 years ago

Hi team, please verify this.

(quartz scheduler expression for every day 12pm -> 0 0 12 * * ? Fire at 12pm (noon) every day

jquery-cron expression for same every day 12 pm -> 0 12 * * *

note : is it correct expression ? , i have passed this expression to quartz scheduler it not working but above one is working fine or i missed something

hallaj commented 10 years ago

@JerryAlbinA The cron expression for 12 noon is the same as jquery-cron. I'm not sure why the quartz schedular's expression works differently. You might want to check with them instead.