Unparseable date: "Sat Oct 19 2019 11:13:57 GMT+0800 (中国标准时间)"
1.基本思路在前端对请求的日期时间数据进行格式转换,在后端将参数转换成对应格式。2、前端转换程序dateConversion:function(dateValue){letdate=newDate(dateValue)letseperator1='-'letseperator2=':'letmonth=date.getMonth()+1letstrDate=date.getDate()return