摘要: Date.prototype.format = function (format) //author: meizz { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), //hour "m+": this.getMinutes(), //minute "s+": this.getSeconds(), //second "q+": Mat 阅读全文
posted @ 2012-07-13 11:37 jeffrey77 阅读(204) 评论(0) 推荐(0) 编辑