Cron表达式解析器

解析和解释Cron定时表达式

浏览器处理您的数据绝不离开浏览器

Common Presets

Valid cron expression
Runs at 00:00

Field Breakdown

0

Minute

At 0

0

Hour

At 0

*

Day

Every

*

Month

Every

*

Weekday

Every

Next 5 Executions

Thu, Apr 2, 2026, 12:00 AMin 17 hours
Fri, Apr 3, 2026, 12:00 AMin 1 day
Sat, Apr 4, 2026, 12:00 AMin 2 days
Sun, Apr 5, 2026, 12:00 AMin 3 days
Mon, Apr 6, 2026, 12:00 AMin 4 days
Cron Reference
┌──────────── minute (0-59)
│ ┌────────── hour (0-23)
│ │ ┌──────── day of month (1-31)
│ │ │ ┌────── month (1-12)
│ │ │ │ ┌──── day of week (0-6, Sun=0)
│ │ │ │ │
* * * * *

Special Characters

* any value

, value list separator

- range of values

/ step values

Examples

0 0 * * * daily at midnight

*/15 * * * * every 15 min

0 9-17 * * 1-5 hourly 9-5 weekdays

About Cron表达式解析器

解析和解释Cron定时表达式

Use this free online 编程工具 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.