AI Cron Expression Generator
Describe your schedule in plain English. We'll generate a valid cron expression.
What is a cron expression?
A cron expression is a string of five fields representing a schedule: minute hour day-of-month month day-of-week. It is used by Unix-like systems and many task schedulers to define recurring jobs.
Examples
0 9 * * 1-5— every weekday at 9:00 AM*/15 * * * *— every 15 minutes0 0 1 * *— at midnight on the first of every month
Why use Forgly's AI generator?
Writing cron expressions by hand is error-prone. Forgly uses AI to translate your intent — "every Monday at 8am UTC" — into a correct cron line in one click.