Utilive.dev

Fast, privacy-friendly developer utilities

Utilive.dev

  • All Tools
    • JSON
    • JSON Schema Validator
    • JSONPath Runner
    • JSON <> YAML
    • JSON Escape / Unescape
    • JSON Diff
    • CSV <> JSON
    • CSV Toolkit
    • Text Diff
    • String Tools
    • Text Counter
    • Escape / Unescape
    • Slug Generator
    • Lorem Ipsum
    • List Comparer
    • List Delimiter
    • List → Array
    • List → JSON Array
    • Delimiter & Formatter
    • Code Formatter
    • HTML Formatter / Minifier
    • SQL Formatter
    • Markdown Preview
    • Markdown Exporter
    • UUID
    • UUID Inspector
    • cUID Generator
    • Random String
    • Password Generator
    • Secret Key
    • User-Agent
    • Base64 Text
    • Base64 Image
    • URL Encoder / Decoder
    • Hash (MD5/SHA*)
    • JWT Debugger
    • HMAC & AES
    • Bcrypt
    • Number Base Converter
    • Unit Converter
    • Date/Time Toolkit
    • Timestamp Converter
    • Color Tools
    • QR Code
    • Cron Parser
    • Regex Tester
    • Regex Library
    • WHOIS Lookup
    • DNS Lookup
    • Image Tools
    • Support
AboutPrivacy
© Utilive.dev • Developer tools, dev swiss army knife

Cron Expression Parser

Parse, validate, and understand cron expressions with detailed breakdowns and next execution times.

Features

  • • Real-time Parsing: Instant validation and breakdown as you type
  • • Field Breakdown: Detailed analysis of each cron field
  • • Next Executions: Calculate upcoming execution times
  • • Human Readable: Convert cron to plain English
  • • Common Examples: Pre-built expressions to learn from

Quick Examples

Format: minute hour day-of-month month day-of-week [year]

Cron Expression Syntax

Field Format

* - Every value
? - No specific value (day-of-month or day-of-week)
/ - Increment (e.g., */15 = every 15 units)
- - Range (e.g., 1-5 = 1,2,3,4,5)
, - Multiple values (e.g., 1,3,5)

Special Characters

L - Last day of month/week
W - Weekday (nearest to given day)
# - Nth day of month (e.g., 6#3 = third Friday)
S - Start of range