navYear: function(year) { (target_date = new Date(this.date)).setYear(year); return (this.navTo(target_date)); },