js毫秒數轉換爲具體日期

【1】、毫秒數轉換爲具體日期 function getMyDate(str) {     var oDate = new Date(str),     oYear = oDate.getFullYear(),     oMonth = oDate.getMonth()+1,     oDay = oDate.getDate(),     oHour = oDate.getHours(),    
相關文章
相關標籤/搜索