| 143 | This field has an optional {{{format}}} mapping parameter. The processing differs depending on whether this parameter is present and what type of data source is being used. |
| 144 | |
| 145 | If the parameter is provided the field will ask the data source for a string and attempt to parse it to a date using the provided date format string. If the parameter is missing, the field will ask the data source for a date value. |
| 146 | |
| 147 | If a database data source is asked for a date variable it will expect the column returned by the query to have a type of date. If a text based data source, such as an XML or CSV file, is asked for a date, it will attempt to parse the text value using the format {{{yyyy-MM-dd'T'HH:mm:ss.SSSZ}}}. |
| 148 | |