Instant ยท Offline ยท Free
Cron ExpressionExplainer
Type any cron string โ get a plain-English description, field-by-field breakdown, and the next 8 run times. No more guessing what 0 8-18/2 * * 1-5 means.
Samples:
Human Readable
At minute 0, minute 15, minute 30 and minute 45
Special Characters
*
Wildcard
* * * * *
Matches all values in the field
,
List
0 8,12,18 * * *
Specify multiple values
-
Range
0 9-17 * * *
Match all values between two numbers
/
Step
*/15 * * * *
Run every Nth value
