Date field does not allow manual entry in other format on save - value is clearedDescriptionIf the "glide.sys.date_format" system property is set to the "dd-MM-yyyy" and the user fills out a Date field manually in another format such as the "dd/MM/yyyy", the value of the date field is not saved. It is cleared automatically on save. But, the opposite case works. If the "glide.sys.date_format" is the "dd-MM-yyyy" format, entering a date manually in the "dd/MM/yyyy" format does not save the data. The value is cleared on save.If the "glide.sys.date_format" is the "dd/MM/yyyy" format, entering a date manually in the "dd-MM-yyyy" format saves the dataSteps to Reproduce 1- Create a table with a Date field type on an OOB instance2- Set the "glide.sys.date_format" system property to the "dd-MM-yyyy" format in the "sys_properties" table3- Try to create a record in the table (created in Step 1) but fill the date field manually in the "dd/MM/yyyy" format.4- Click the "Save" button to save the record. Expected behaviorValidate the format and show a message if the format is not the defined one.Actual behaviorThe date entered manually can not be saved. The value of the field is cleared on save.WorkaroundThe defect has been permanently fixed.Related Problem: PRB1483373