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.
解析和解释Cron定时表达式
Common Presets
Field Breakdown
Minute
At 0
Hour
At 0
Day
Every
Month
Every
Weekday
Every
Next 5 Executions
┌──────────── 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
解析和解释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.
This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.