Populating the date list is done through the Entries text box. The data for a date list is simply a list of dates, one date per line. The date format MUST be in the format YYYY-MM-DD. An asterisk ("*") wildcard is allowed in the year and month places. Entries not of this format will generate an error, requiring you to fix the entry before saving the date list.
Blank lines and lines starting with the # character will be ignored by MOVEit Central when using the date list. These lines will be saved as part of the date list, but will not affect its operation, thus allowing for better readability and documentation. An example date list is shown below:
#
# Holidays Date List
#
# New Years Day
*-01-01
# St. Valentine's Day
*-02-14
# U.S. Independence Day
*-07-04
# U.S. Independence Day, Observed
2004-07-05
# Halloween
*-10-31
# Christmas Eve
*-12-24
# Christmas Day
*-12-25
# New Years Eve
*-12-31