19.6.2.2. Date masks

When a format mask is encountered, a check is executed to see if the mask follows an internal form, for example, format1, format2, etc. (See jxl.write.DecimalFormats.)
If the mask is not part of the internal list, it is treated as a custom mask (for example, dd.MM.yyyy), and automatically converted to the closest match. (See java. text.DateFormat.)