Format-Type
This property allows you to apply a normalization to the value of the Entry-Field before returning it to the program. This property can be set to “DATE” or “NUMERIC”. In the first case, the value will be formatted using java.text.SimpleDateFormat, in the second case it will be formatted using java.text.DecimalFormat.
Note: This property is deprecated and should not be used.