[Solved] The project error message is as follows: java.text.ParseException: Unparseable date: “Wed Aug 03 2022 00:00:00 GMT+0800 (China Standard Time)”

Project introduction Element UI is used in the front end, and ssm framework is used in the back end. Explanation of requirements The time to modify the data according to the unique identifier id of the data, the front-end code is as follows: <el-table-column label=”Test Date” min-width=”150″> <template slot-scope=”scope”> <el-col :span=”11″> <el-date-picker type=”date” format=”yyyy-MM-dd” placeholder=”picker […]