Date.prototype.format = function(format) { var o = { "M+" : this.getMonth()+1, "d+" : this.getDate(), "h+" : this.getHours(), "m+" : this.getMinut... Read More
posted @ 2012-01-13 11:07 lein.wang Views(105) Comments(0) Diggs(0) Edit