Parse and explain cron expressions

*/5
Minute
0–59
*
Hour
0–23
*
Day of Month
1–31
*
Month
1–12 or JAN–DEC
*
Day of Week
0–7 or SUN–SAT (0,7=Sun)
Description: Runs every 5 minutes

Next 10 Run Times

#Date & Time (Local)ISO 8601 (UTC)
14/6/2026, 7:25:00 PM2026-04-06T19:25:00.000Z
24/6/2026, 7:30:00 PM2026-04-06T19:30:00.000Z
34/6/2026, 7:35:00 PM2026-04-06T19:35:00.000Z
44/6/2026, 7:40:00 PM2026-04-06T19:40:00.000Z
54/6/2026, 7:45:00 PM2026-04-06T19:45:00.000Z
64/6/2026, 7:50:00 PM2026-04-06T19:50:00.000Z
74/6/2026, 7:55:00 PM2026-04-06T19:55:00.000Z
84/6/2026, 8:00:00 PM2026-04-06T20:00:00.000Z
94/6/2026, 8:05:00 PM2026-04-06T20:05:00.000Z
104/6/2026, 8:10:00 PM2026-04-06T20:10:00.000Z

Field Reference

MinuteRange: 0–59Special: , - * /
HourRange: 0–23Special: , - * /
Day of MonthRange: 1–31Special: , - * / ? L W
MonthRange: 1–12 or JAN–DECSpecial: , - * /
Day of WeekRange: 0–7 or SUN–SAT (0,7=Sun)Special: , - * / ? L #

How to Use This Tool

1

Enter your input

Type or paste the value you want to look up or convert into the input field.

2

Get instant results

Results are computed immediately in your browser — no network request needed.

3

Use the reference

Browse the built-in reference table to find related values, codes, or descriptions.

4

Copy what you need

Use the "Copy" button to grab any value from the results for use in your project.

About This Tool

Cron Parser is a free, instant, browser-based tool that parse and explain cron expressions. Web developer tools provide quick access to reference data and small utilities that come up constantly during development. HTTP status codes, Unix timestamps, chmod permission calculators, ASCII tables, and similar references are things every web developer looks up regularly. Having them in one place, instantly accessible in your browser, speeds up your workflow significantly.

This tool runs entirely in your browser with no server calls required. Results appear instantly and everything works offline once the page is loaded.

Bookmark this page for quick access during development sessions. Whether you're debugging a 403 vs 401 response, converting a timestamp from a database field, setting file permissions on a Linux server, or checking what ASCII character code 127 corresponds to, having a reliable, distraction-free reference tool cuts down the time you spend looking things up and lets you stay focused on the problem at hand.

Related Tools