Parse and Build Cron Expressions
Enter a cron expression and see a human-readable description of when it runs, plus the next several scheduled times. Or build one interactively by selecting intervals.
Eliminates the guesswork from cron syntax. Use it when setting up scheduled jobs, verifying existing crontabs, or explaining a cron schedule to a colleague who doesn't speak cron.
At minute 0, every 2 hours, on Monday through Friday
Minute
0
0
Hour
*/2
every 2 hours
Day of Month
*
every day
Month
*
every month
Day of Week
1-5
Monday through Friday
Next 5 Runs
Quick Reference
Fields
Syntax
Frequently Asked Questions — Cron Parser
Standard 5-field (minute, hour, day, month, weekday) and extended 6-field (with seconds) cron expressions.
Yes. It displays the next several run times so you can verify the schedule is correct.
The tool explains any expression you type in plain English, so you can iterate quickly until it matches your schedule.
More Developer Tools
Code Editor
Preview, format, and diff code with syntax highlighting. Supports 15+ languages.
JS Obfuscator
Obfuscate & deobfuscate JavaScript code. Multiple protection levels.
TypeScript to JavaScript
Convert TypeScript code to JavaScript by removing type annotations.
Regex Tester
Test and debug regular expressions with real-time matching.
JSON Viewer
Prettify, minify, and explore JSON with a foldable tree view.
XML Viewer
Format, minify, and browse XML documents in a foldable tree.
JSON to TypeScript
Convert JSON objects to TypeScript interfaces or types.
JSON Diff
Compare two JSON documents and visualize differences in a tree view.