JavaScript 日期格式化

JavaScript 日期格式化 Date.prototype.Format = function (fmt) { //author: meizz var o = { 「M+」: this.getMonth() + 1, //月份 「d+」: this.getDate(), //日 「h+」: this.getHours(), //小時 「m+」: this.getMinutes(), //分 「
相關文章
相關標籤/搜索