Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14206 - JadeEditMask control does not have a date mask for handling setTextFromDate or getTextAsDate

14206   JadeEditMask control does not have a date mask for handling setTextFromDate or getTextAsDate

Cause

This error occurs for a JadeEditMask control when the mask property of the control does not indicate that the data is a single full date field and getTextAsDate or setTextFromDate is called.

Action

Change your application code to avoid using these methods, or modify the mask property to indicate that data is a date field.