This commit is contained in:
gorhill 2013-09-08 10:40:27 -04:00
parent 17ea23bf08
commit b4282cae90
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ So, if the 15th is a Saturday, the trigger fires on Friday the 14th. If the 15th
The `W` character can be specified only when the day-of-month is a single day, not a range or list of days.
The `W` character can also be combined with `L` to mean "the last business day of the month."
The `W` character can also be combined with `L`, i.e. `LW` to mean "the last business day of the month."
#### Hash ( # )
`#` is allowed for the day-of-week field, and must be followed by a number between one and five. It allows you to specify constructs such as "the second Friday" of a given month.