jquery-cron icon indicating copy to clipboard operation
jquery-cron copied to clipboard

every hour cron expression not working properly

Open JerryAlbinA opened this issue 11 years ago • 1 comments

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

JerryAlbinA avatar Dec 16 '13 09:12 JerryAlbinA

@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.

hallaj avatar Feb 21 '14 15:02 hallaj