javascript实现的日历控件 this.yearFall = 10; //定义年下拉框的年差值 this.format = "yyyy/mm/dd"; //回传日期的格式 this.timeShow = false; //是否返回时间 this.drag = false; //是否允许拖动 this.darkColor = "#00cc66"; //控件的暗色 this.lightColor = "#FFFFFF"; //控件的亮色