{{ hasError ? '❌' : '✅' }} {{ validationMessage }}

{{ humanReadable }}

{{ errorMessage }}
Enter a cron expression above
Quick Examples
{{ example.cron }}{{ example.description }}
🛠️ Build Your Cron Expression
0-59, * for any, */5 for every 5
0-23, * for any, */2 for every 2
1-31, * for any, L for last
1-12 or JAN-DEC, * for any
0-6 or SUN-SAT, * for any
📊 Cron Expression Fields
{{ value }}
📅 Next {{ nextRuns.length }} Scheduled Runs
{{ index + 1 }}
{{ formatDate(run) }}
{{ formatTime(run) }}
✅ Copied to clipboard!