Type a cron expression to see what it means and the next 10 run times.
A cron expression has 5 fields: minute hour day-of-month month day-of-week. Each can be a number, a range (1-5), a list (1,3,5), a step (*/5), or * for "any".
Standard 5-field Unix cron syntax (minute, hour, day-of-month, month, day-of-week), including ranges, steps, and lists like */15 or 1-5.
Yes — use the visual builder to pick a schedule and it generates the correct cron string for you.
The tool lists the next 10 run times computed from the expression, so you can sanity-check the schedule before deploying it.
Want more detail? Read How to Use Cron Parser: Practical Guide and Best Practices.