<HTML> <HEAD> <TITLE>日期选择器</TITLE> [removed] /** * 返回日期 * @param d the delimiter * @param p the pattern of your date * @author Xinge(修改) */ String.prototype.toDate = function(x, p) { if(x == null) x = “-“; if(p == null) p = “ymd”; var a = this.split(x); var y = parseInt(