1. Enter your input
Paste text, code, data, or the value you want to inspect.
Parse cron expressions online and understand the five schedule fields. Use presets or paste a cron string to inspect minutes, hours, days, months, and weekdays.
Paste text, code, data, or the value you want to inspect.
Format, encode, decode, validate, test, or generate the result instantly.
Use the cleaned result in your code, docs, API workflow, or notes.
Minute: every 5
Hour: every value
Day of month: every value
Month: every value
Day of week: every value
Cron parsing is useful for checking scheduled jobs, CI tasks, backups, reports, reminders, and recurring automation settings.
The common format is minute, hour, day of month, month, and day of week.
It means every 5 units for that field, such as every 5 minutes when used in the minute field.
It explains common five-field cron syntax. Some platforms add seconds, years, or special operators.