在自己JS程式碼中介紹一下程式碼:
程式碼如下:
{
var o = {
.getDate() , //day
"h " : this.getHours(), //hour
"s " : this.getSeconds(), / /second
"q " : Math.floor((this.getMonth() 3)/3), //quarter
;
if(/(y )/.test(format))
{
format=format.replace(RegExp.$1,(this.getFullYearp. ));
}
for(var k in o)
{
if(new RegExp("(" k)")." k)"). format = format.replace(RegExp.$1,RegExp.$1.length==1? o[k] :("00" o[k]).substr(("" o[k]).length));
}
}
return format;
};
呼叫方法如下:
var dt = new Date();
var nowDate = dt.format("yyyy-MM-dd hh:mm:ss");
就能得到目前的時間:2013-12-02 14:02:11