View Project
Cron Expression Visualizer
Input any standard six-field cron string (seconds minutes hours day-of-month month day-of-week).
Splits and displays each field in its own row.
Highlights any non-* field as “active,” so you can instantly see which parts of the schedule are set.
Tolerates extra whitespace and rejects any input that doesn’t have exactly six valid segments.
Recurrence Pattern Generator
Three modes: Daily, Weekly, Monthly.
Daily: Pick one time of day.
Weekly: Pick one time and one or more weekdays.
Monthly: Pick one time and a day-of-month (1–31), with proper “st/nd/rd/th” suffixes.
Generates a live, human-readable summary such as
“Runs every week on Monday, Wednesday at 09:30.”
Built with