Six field cron validator
[Second] [Minute] [Hour] [Day of Month] [Month] [Day of Week]
Next Run:
Description:
Cron Schedule Explained
Format: [Second] [Minute] [Hour] [Day of Month] [Month] [Day of Week]
Example: 0 15 10 * * ? - At 10:15 AM every day
- * (Asterisk) - represents all possible values for a field
- , (Comma) - separates items in a list
- - (Hyphen) - defines ranges
- / (Slash) - specifies increments
- ? (Question Mark) - no specific value (used in day of month and day of week fields to avoid conflict)
- L - last day of a month or week
- W - nearest weekday to a given day
- # - nth day of the month
Using cron-parser and cronstrue library licensed under the MIT License.
Created by Fabian. Impressum