Generador Cron · Guía
Cron Expression Generator: Build Schedules Visually
A cron expression generator turns a schedule you describe into the five-field syntax cron expects — and tells you in plain language when it will fire. This guide covers the fields, the presets and how to avoid the classic off-by-one schedule.
The five fields
A standard cron expression has five fields: minute, hour, day-of-month, month and day-of-week. Each accepts a number, a list, a range or an asterisk for "every". The generator lets you set each field and shows the resulting expression instantly.
Start from a preset
Common schedules — hourly, daily, weekly, monthly — are one click away. Pick the closest preset, then adjust a field or two rather than writing the whole expression from scratch.
Read the summary
The plain-language summary is your safety check. If it does not match what you intended, the expression is wrong — fix it before deploying, because a misread cron schedule can silently run at the wrong time for weeks.
Preguntas frecuentes
Does cron use 24-hour time?
Yes. The hour field is 0–23. "0 9 * * *" means 09:00, and "0 21 * * *" means 21:00.
How do day-of-month and day-of-week interact?
In standard cron, if both are restricted the job runs when either matches, which surprises many people. Leave one as * unless you specifically want the OR behaviour.
¿Listo para probarlo?
Abre la herramienta gratuita Generador Cron en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.
Abrir la herramienta Generador Cron