Unable to save News, Events, Publish Plans due to date validation issues in Content LibraryDescriptionA date validation error ocurrs when creating/editing News Articles, Events or Publish Plans in Content Library that prevents the users from creating/saving the records. This issue happens only with Content Publishing v29.0.7 when specific date/time formats are configured in the instance that make that the length of the output field differs from the length of the defined format (for example time format "HH:mm:ss a" 10 length generates "09:55:30 AM" 11) When the issue happens the date validation error shows up and doesn't go away disabling the save button. Issue has been fixed in Content Publishing v29.0.8Steps to Reproduce Install Content Publishing v29.0.7 Set glide.sys.date_format or glide.sys.time_format to a format that make that the length of the output field differs from the length of the defined format (for example set glide.sys.time_format format "HH:mm:ss a" 10 length generates "09:55:30 AM" 11) Go to Content Publishing --> Content Library and create a new record of type Articles & Pages --> News Set the Article Start/End Date to any date and time using the date picker Notice the date validation kicks in showing a validation message and the Save button is disabledWorkaroundWe have a few workarounds: The preferred and safest is to upgrade to Content Publishing v29.0.8 where the issue has been fixedThe second would be to set the glide.sys.date_format or glide.sys.time_format to formats that generate the same output lengthThe third one only applies to the cases where the issue happens for Events and/or Publish Plans (not for News). In this case the user can go to Content Publishing -->Portal (for events) or Content Publishing --> Schedule Content for Publish Plans and click on the specific record/click New and make the changes on the Platform Form directly. Related Problem: PRB1689183