Utilz
한국어

Cron Expression Generator

Build, parse, and preview cron schedules

* * * * *

Description: Every minute

  • Wed, 03/04/2026, 04:57 PM
  • Wed, 03/04/2026, 04:58 PM
  • Wed, 03/04/2026, 04:59 PM
  • Wed, 03/04/2026, 05:00 PM
  • Wed, 03/04/2026, 05:01 PM

How to Use

  1. Use the dropdowns to select minute, hour, day, month, and weekday
  2. The cron expression is generated in real time
  3. View the next 5 scheduled run times
  4. Or paste a cron expression to see its human-readable description

FAQ

What is a cron expression?

A cron expression is a string of five fields (minute, hour, day of month, month, day of week) that defines a schedule. For example, "0 9 * * 1" means "every Monday at 9:00 AM".

What does the asterisk (*) mean in cron?

The asterisk means "every" — it matches all possible values for that field. For example, * in the hour field means "every hour".

Can I use step values like */5?

Yes. Step values like */5 in the minute field mean "every 5 minutes". You can also use ranges like 1-5 and lists like 1,3,5.

Related Tools

JSON to CSV Converter

Convert JSON to CSV format

CSV to JSON Converter

Convert CSV to JSON format

RegEx Tester

Test regular expressions

BMI Calculator

Calculate your Body Mass Index

Length Converter

Convert between length units