Mon Aug 03 2015 00:00:00 GMT+0800 (中国标准时间)转data类型(element ui日期选择器)


    
    
String birthdaystr=request.getParameter("birthday");
birthdaystr = birthdaystr.replace("GMT", "").replaceAll("\\(.*\\)", "");
SimpleDateFormat format =  new SimpleDateFormat("EEE MMM dd yyyy hh:mm:ss z",Locale.ENGLISH);
Date birthday = format.parse(birthdaystr);

你可能感兴趣的:(Mon Aug 03 2015 00:00:00 GMT+0800 (中国标准时间)转data类型(element ui日期选择器))