快捷工具

Cron Expression Parser

Parse and explain cron expressions in plain English. Understand scheduling syntax instantly.

cron expression parsercron job parsercron syntaxcron schedulecron expression explainer

拖拽到此处或

支持文档、图片、音频、视频和文本文件

选项

Field order:

┌─── minute (0-59)
│ ┌─── hour (0-23)
│ │ ┌─── day of month (1-31)
│ │ │ ┌─── month (1-12)
│ │ │ │ ┌─── day of week (0-6, Sun=0)
* * * * *

隐私: 此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。

Examples

Example 1
* * * * *
Click above to load example 1
Example 2
0 9 * * 1-5
Click above to load example 2
Example 3
30 6 1 * *
Click above to load example 3
Example 4
*/15 * * * *
Click above to load example 4
Example 5
0 0 * * 0
Click above to load example 5

FAQ

Q: What is a cron expression?

A: A string of 5 fields (minute, hour, day, month, weekday) that defines when a scheduled task runs.

Q: What does * mean?

A: * means "every" for that field — e.g., * in the minute field means every minute.

Q: What does */5 mean?

A: The slash notation means "every N units" — */5 in minutes means every 5 minutes.

Related Tools

More in Developer Tools

Privacy: This tool runs entirely in your browser. No data is sent to our servers.