Code tool

Crontab Guru

Paste a minute, hour, day-of-month, month, and weekday expression to get a readable schedule explanation with helpful validation messages.

In-browser processingNo account requiredPrivacy details ↗

Enter five fields: minute hour day-of-month month day-of-week.

A QUICK WALKTHROUGH

How to use this tool

  1. Enter exactly five cron fields separated by spaces.
  2. Review the plain-English explanation and any field-specific error.
  3. Copy the explanation or keep the expression for your own scheduler.

Standard five-field syntax

Crontab Guru accepts the conventional minute, hour, day of month, month, and day of week format. Each field supports wildcards, ranges, steps, and comma-separated lists.

Local validation

Parsing happens in your browser. The tool checks each value against its field range and points to the field or token that needs correction. It does not install or run a cron job.

GOOD TO KNOW

Common questions

Which cron fields are supported?

The standard five fields are supported: minute, hour, day of month, month, and day of week.

Can I use names such as MON or JAN?

This version uses numeric fields for predictable cross-platform parsing. Use 1–12 for months and 0 or 7–6 for Sunday through Saturday.

Does this schedule a job?

No. It only explains and validates text locally; add a reviewed expression to your own cron implementation.