コード、データと 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.