js日期格式化
摘要:方法一: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(
阅读全文
posted @ 2017-10-07 13:51
posted @ 2017-10-07 13:51