Lite Toolbox
Date & Time

Cron Expression Explainer

Break down common five-field cron expressions.

Result
Minute: 0
Hour: 9
Day: *
Month: *
Weekday: 1-5

Description: Runs on Monday to Tuesday to Wednesday to Thursday to Friday at 9:00

Next 5 executions:
  2026/7/28 09:00:00 (2026-07-28T01:00:00.000Z)
  2026/7/29 09:00:00 (2026-07-29T01:00:00.000Z)
  2026/7/30 09:00:00 (2026-07-30T01:00:00.000Z)
  2026/7/31 09:00:00 (2026-07-31T01:00:00.000Z)
  2026/8/3 09:00:00 (2026-08-03T01:00:00.000Z)

Use Cases

How to Use

Use the workspace above to type, paste, choose, or drop content and get the result immediately. Files and text stay local in your browser by default.

FAQ

Does it support seconds?

No. This tool focuses on standard five-field cron expressions.

Related Tools