目前我有 startView 显示当前十年,这没关系,但我想让前十年成为 startView - 而不是当前十年。
this.dobDatePickerView = new DatePickerView({ el: this.$('[name="dob"]'), startView : '十年', endDate : this.sandbox.dates().fwFormat('date'), 值:this.sandbox.dates().subtract('years', 18).fwFormat('date') })。使成为();
我想从十年视图默认选择的年份中减去 18 年,因此不应预先选择“2013”,而应默认为 1995。