Enter a cron expression above…
No upcoming runs to show…
Parse cron expressions to human-readable schedules and see the next 5 run times. Runs in your browser — your data never leaves your machine.
Enter a cron expression above…
No upcoming runs to show…
All parsing happens in your browser using JavaScript. Nothing is uploaded to any server. Safe for any environment.
See exactly when your cron job will fire next. The parser calculates the next 5 scheduled run times from the current moment.
Common cron patterns are available as one-click examples. Great for learning cron syntax or quickly starting from a known schedule.
Enter a standard 5-field cron expression and the parser instantly translates it to a human-readable description. You'll also see the next 5 scheduled run times calculated from the current moment. Click any of the quick example buttons to load common schedules like "every minute," "daily at midnight," or "weekdays at 9 AM."
A cron expression consists of five fields separated by spaces: minute hour day-of-month month day-of-week. Each field can be a specific value, a range (1-5), a list (1,3,5), an interval (*/15), or a wildcard (*). For example, 0 9 * * 1-5 means "at 9:00 AM, Monday through Friday."
* for any value, */n for intervals, and commas for lists.