Timestamp Converter

Cron Expression Builder

Build cron expressions visually or decode existing ones into plain English with next run preview.

Schedule

set each field or use * for any value
0-59
0-23
1-31
1-12
0 = Sun, 6 = Sat

Expression

Every minute
* * * * *

Next 10 Runs

-

Common Expressions

Syntax Reference

Symbol Meaning Example
* Any value * * * * *
, List of values 1,15 * * * *
- Range of values * 9-17 * * *
/ Step values */10 * * * *