Vulnerability Response - Request Exception - Until (date format)Issue There is an issue on the date format in the popup when user click on request exception on a remediation task.An error message is displayed : "Please choose a valid future date in the format (dd/MM/yyyy)" despite the format is correct (dd/MM/yyyy). Steps to Reproduce: - open an open remediation task - click on "Request Exception" - fill the Until field on the popup - fill the Reason and the additional information - click on "Request Approval CauseThis was a product defect which has been fixed in the latest February 2024 release of Vulnerability Response: PRB1693965. ResolutionPlease upgrade your Vulnerability Response plugin to the latest version. As a potential official workaround: 1. Go to this UI page: /nav_to.do?uri=sys_ui_page.do?sys_id=a9f62f0aff3302007a6dffffffffff9e 2. In the client script, change line no. 492 from: var date_obj = moment(dateStr, 'YYYY-MM-DD', true); to: var date_obj = moment(dateStr, g_user_date_format.toUpperCase(), true);