/**
* 時間對象的格式化;
*
/***
日期.prototype.format = function(format) {
/*
* 例如:format="YYY > "M " :this.getMonth() 1, // 月
"d " :this.getDate(), // 日
"d " :this.getDate(), // 日
"m " :this.getMinutes(), // 分鐘
"s " :this.getSeconds(), // 秒
"q " :Math.floor((this.Month 3) 33) 3 ), // 四分之一
"S" :this.getMilliseconds()
// 毫秒
}
if (/(y )/.test(format)) {
format = format.replace(RegExp.$1, (this.getFullYear p.$1 .length));
}
for ( var k in o) {
if (new RegExp("(" k ")").test(format)) {
.length == 1 ? o[k]
: ("00" o[k]).substr : ("00" o[k]).substr("" o[k]).length)).
回傳格式;
}