Describe your schedule in plain words — "every weekday at 9 AM", "first Monday of the month", "every 5 minutes during business hours". The parser handles common patterns and tells you when input is ambiguous.
0 9 * * 1-5
At 9:00 AM on weekdays
00:0012:000 9 * * 1-5*/30 9-17 * * 1-530 9 * * 10 1 1,15 * * (approximation — see note)Some phrases — "every fortnight", "every other day", "every N days" — cannot be expressed exactly in standard cron because cron has no concept of a multi-week interval that survives month boundaries. The parser returns the closest approximation and shows a warning explaining the tradeoff.
Complex temporal logic like "every 2nd Tuesday of the month", "first Monday of January", or relative dates ("tomorrow at 9 AM") aren't supported. For those, use the visual builder or write the cron directly in the explainer.
High confidence: The phrase matches a known pattern exactly. Examples: "every Monday at 9 AM", "every 15 minutes".
Medium confidence: The parser found a partial match — perhaps the time was unclear, or the frequency was inferred. Verify the output translation matches what you wanted.
Low confidence: The parser couldn't match a known pattern. Try rephrasing using one of the example chips above, or use the visual builder instead.