js根據時間戳獲取格式化日期

//格式化時間戳(毫秒) function getFormatDate(timestamp) { var newDate = new Date(timestamp); Date.prototype.format = function (format) { var date = { 'M+': this.getMonth() + 1, 'd+': this.getDate(), 'h+': this
相關文章
相關標籤/搜索