Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth() + 1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hours "m+" : this.getMinutes(), //munutes "s+" : this.getSeconds(), //seconds "q+" Read More
posted @ 2012-04-01 15:13 七郎 Views(302) Comments(0) Diggs(0) Edit