Description
Having a DateField in a CayenneForm can be problematic. As the Date is converted to String and back to a Date, it will be modified from the java perspective even though the user did not change it.
This is extra frustrating for read only DateFields showing a read only date column from the database since click will change the Date-value in the cayenne DataObject to a parsed Date that is different from the original Date.