NexoraStack Tools
Cron Generator
Generate cron expressions by editing minute/hour/day/month/week fields.
Tool Interface
How to write Cron (5 fields)
Format: minute hour day month weekday. Supports * (any), */n (every n units), a-b (range), a,b,c (list).
How to use
- Fill minute, hour, day, month, and week fields.
- Generate cron expression.
- Copy output into scheduler systems.
FAQ
Can I use step values like */5?
Yes, each field accepts step, range, list, and wildcard forms.