/**
* 時間物件的格式化;
*/
Date.prototype。 format = function(format) {
/*
* 例如:format="YYYY-MM-dd hh:mm:mm";
" :this.getMonth() 1, // 月
"d " :this.getDate(), // 日
:this.getMinutes(), // 分鐘
"s " :this.getSeconds(), // 秒
"q " : Math.floor((this.getMonth() 3) // / 季度
"S" :this.getMilliseconds()
// 毫秒
} format = format.replace( RegExp.$1, (this.getFullYear() "")
.substr(4 - RegExp.$1. th)); if (new RegExp("(" k ")").test(format)) {
format = format.replace(RegExp.$1) , RegExp.$ : (" 00" o[k]).substr(("" o[k]).length));
}
}