Cron Prompt
Convert english into cron expressions
Cron Expression
0 12 * * 1-5
“At 12:00 PM, Monday through Friday”
Translation
Examples
“When the stock market closes and opens”
0 9,16 * * 1-5
“At midnight on christmas”
0 0 25 12 * *
“On Juneteenth every hour”
0 * 19 6 * *
“During business hours”
0 9-17 * * 1-5
Powered by Val Town
You can see the code that powers the cron conversion here:
Created by Jacob Peddicord
Warning: Results are generated by LLMs and may be inaccurate.