DateFormat
The format used to print dates depends normally on the language. If this is not desired you can set the format with the value DateFormat. You should use one of the following formats: "DD.MM.YYYY", "MM/DD/YYYY", "DD/MM/YYYY" or "YYYY-MM-DD". Pay attention: the separator character is used to decide whether the first, second or third field are the day, month or year. So if you use a format not listed above, you risk that dates printed are not analyzed correctly by the date analyzation function. Hint: this value is only used if a program does not specify a different format.
Possible values: DD.MM.YYYY, MM/DD/YYYY, YYYY-MM-DD, DD/MM/YYYY
Default value: DD.MM.YYYY [German and Polish], MM/DD/YYYY (English)