Build cron job expressions visually with sliders and dropdowns, get a human-readable description of any cron expression, and see the next 5 scheduled run times.
๐ Launch Free Tool โโ Visual minute/hour/day/month/weekday builder
โ Human-readable description
โ Next 5 run times preview
โ Standard 5-field cron + seconds
โ Common schedule presets
A cron job is a scheduled task that runs automatically at specified intervals on a server or system. Common uses: database backups, email reports, cache clearing, and API data syncs.
This runs every 5 minutes. The five fields are: minute hour day-of-month month day-of-week. An asterisk (*) means 'every unit', and */5 means 'every 5 units'.
Use: 0 9 * * 1-5. This means: minute 0, hour 9, any day, any month, Monday through Friday (1-5).