Cron Expression Parser

Parse and understand Unix & Spring cron expressions

Enter a cron expression above to see its human-readable meaning.

Special characters

*Every value ,Value list (1,3,5)
-Range (1-5) /Step (*/5, 0/15)
LLast (dom / dow) WNearest weekday (15W)
#Nth weekday (2#3=3rd Mon)?No specific value (Spring only)