Cron Parser
Parse and explain cron expressions in plain English.
How to use:
- Enter a cron expression (5 or 6 fields)
- Format: minute hour day month weekday
- Example:
0 9 * * 1-5= "Every weekday at 9:00 AM" - Get human-readable explanation instantly
Ad Slot — Top Banner
// explanation will appear here
Examples:
* * * * * — Every minute0 * * * * — Every hour0 0 * * * — Every day at midnight0 0 * * 0 — Every Sunday at midnight*/15 * * * * — Every 15 minutes
Ad Slot — In-Content
Ad Slot — Bottom Banner