Sun Jun 04 2017 00:00:00 GMT+0800 (中国标准时间)转yyyy-MM-dd hh:mm:ss
var d = new Date(Sun Jun 04 2017 00:00:00 GMT+0800 (中国标准时间)); var youWant=d.getFullYear() + '-' + (d.getMonth() + 1) + '-' + d.getDate() + ' ' + d.getHours() + ':' + d.getMinutes() + ':' + d.getSeconds(); //yyyy-MM-dd hh:mm:ss