function checkSupportH5Date(){
var i = document.createElement("input");
i.setAttribute("type","date");
return i.type !== "text";
}
function checkSupportH5Date(){
var i = document.createElement("input");
i.setAttribute("type","date");
return i.type !== "text";
}