You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* │ │ │ │ │ ┌───────────── day of the week (0 - 7)
77
+
* │ │ │ │ │ │ (0 or 7 is Sunday, or MON-SUN)
78
+
* │ │ │ │ │ │
79
+
* * * * * * *
80
+
* </pre>
81
+
*
82
+
* <p>The following rules apply:
83
+
* <ul>
84
+
* <li>
85
+
* A field may be an asterisk ({@code *}), which always stands for
86
+
* "first-last". For the "day of the month" or "day of the week" fields, a
87
+
* question mark ({@code ?}) may be used instead of an asterisk.
88
+
* </li>
89
+
* <li>
90
+
* Ranges of numbers are expressed by two numbers separated with a hyphen
91
+
* ({@code -}). The specified range is inclusive.
92
+
* </li>
93
+
* <li>Following a range (or {@code *}) with {@code "/n"} specifies
94
+
* skips of the number's value through the range.
95
+
* </li>
96
+
* <li>
97
+
* English names can also be used for the "month" and "day of week" fields.
98
+
* Use the first three letters of the particular day or month (case does not
0 commit comments