코드, 데이터 및 QR 도구

Crontab Guru

「Crontab Guru」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

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

사용 방법

사용 방법

  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.

자주 묻는 질문

더 알아보기

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.