Versions Compared

Key

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

...

Code Block
task.add_repeat(RepeatDateList("dateYMD",[2010011120130101, 20130102, 20130103, 20200101, 20190101, 20100115]))


A repeat datelist is a list of arbitrary dates, using YYYYMMDD format. It will use the same date arithmetic as a repeat date.

...