Générateur d'expressions Cron
Analysez, validez et générez des expressions cron avec un éditeur visuel. Voyez les prochaines exécutions planifiées.
0-59
0-23
1-31
1-12
0-7 (0,7=Sun)
Analysez, validez et générez des expressions cron avec un éditeur visuel. Voyez les prochaines exécutions planifiées.
At 09:00 on Monday to Friday
Préréglages courants
5 prochaines exécutions planifiées
12026-04-29 09:00
22026-04-30 09:00
32026-05-01 09:00
42026-05-04 09:00
52026-05-05 09:00
Référence de syntaxe Cron
┌───────────── minute (0-59)
│ ┌───────────── hour (0-23)
│ │ ┌───────────── day of month (1-31)
│ │ │ ┌───────────── month (1-12)
│ │ │ │ ┌───────────── day of week (0-7)
│ │ │ │ │
* * * * *
* = any value
, = value list (1,3,5)
- = range (1-5)
/ = step (*/15 = every 15)
Comment utiliser
Analysez, validez et générez des expressions cron avec un éditeur visuel. Voyez les prochaines exécutions planifiées.
- 1Type or paste a cron expression (5 or 6 fields) into the input field.
- 2The tool instantly parses the expression and shows a human-readable description.
- 3Review the next scheduled run times listed below the description.
- 4Use the quick presets (every minute, hourly, daily, weekly, monthly) for common schedules.
- 5Hover over each field to see what values it accepts.
Fonctionnalités
- Parses 5-field and 6-field cron expressions with full validation
- Human-readable description of the schedule in plain English
- Lists the next 5+ upcoming run times for the given expression
- Quick presets for the most common cron schedules