//var str="2016-12-13 17:04:21"
var str=new Date().getTime();
document.write(new Date(str))
日期字符串转换为日期格式:
new Date(这里放字符串)//当然要正确格式的字符串不然非法
举个例子。