ToolPal

Cron式ジェネレーター

ビジュアルエディターでCron式を解析、検証、生成します。次のスケジュール実行時間を確認できます。

0-59
0-23
1-31
1-12
0-7 (0,7=Sun)

ビジュアルエディターでCron式を解析、検証、生成します。次のスケジュール実行時間を確認できます。

At 09:00 on Monday to Friday

一般的なプリセット

次の5回のスケジュール実行

12026-04-29 09:00
22026-04-30 09:00
32026-05-01 09:00
42026-05-04 09:00
52026-05-05 09:00
Cron構文リファレンス
┌───────────── minute (0-59)
│ ┌───────────── hour (0-23)
│ │ ┌───────────── day of month (1-31)
│ │ │ ┌───────────── month (1-12)
│ │ │ │ ┌───────────── day of week (0-7)
│ │ │ │ │
* * * * *

* = any value

, = value list (1,3,5)

- = range (1-5)

/ = step (*/15 = every 15)

使い方

ビジュアルエディターでCron式を解析、検証、生成します。次のスケジュール実行時間を確認できます。

  1. 1Type or paste a cron expression (5 or 6 fields) into the input field.
  2. 2The tool instantly parses the expression and shows a human-readable description.
  3. 3Review the next scheduled run times listed below the description.
  4. 4Use the quick presets (every minute, hourly, daily, weekly, monthly) for common schedules.
  5. 5Hover over each field to see what values it accepts.

主な機能

  • Parses 5-field and 6-field cron expressions with full validation
  • Human-readable description of the schedule in plain English
  • Lists the next 5+ upcoming run times for the given expression
  • Quick presets for the most common cron schedules

よくある質問

詳しく読む