FluxCalcFluxCalc

Cron Schedule Generator

Build cron expressions visually, with natural language input and real-time next execution preview. No more guessing if your cron syntax is correct.

Cron Schedule Generator

Minute0-59
Hour0-23
Day1-31
Month1-12
Weekday0-6
FieldRangeSpecialExample
Minute0-59* , - /*/15
Hour0-23* , - /9-17
Day of Month1-31* , - /1,15
Month1-12* , - /1-6
Day of Week0-6* , - /1-5

Cron Expression Syntax

A cron expression consists of 5 fields separated by spaces. Each field can contain a number, range (1-5), list (1,3,5), step (*/5), or wildcard (*).

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

Special characters: * (any), */n (every n), n-m (range), n,m (list). For example, 0 9 * * 1-5 means "at 9:00 AM on every weekday."

FAQ

Related Tools