Versions Compared

Key

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

...

A sequence of integers or dates is created by specifying the
first and last element, with an optional increment (the default is one).

From ecflow5 we can also now create a repeat with an loop over arbitrary list of dates.


Code Block
titledatelist
repeat datelist YMD 20130101 20130102 20130103 20200101 20190101


...