Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Currently, you cannot specify a range of values for any of the three number fields in a date, See "day" for a way to specify the first seven days.

Code Block
task x          # Run the task twice a month 
   date 1.*.*   # month, on 1st and 15th
   date 15.*.*

...